public class StringDBTermType extends DBTermTypeImpl
DBTermType.Category| Modifier | Constructor and Description |
|---|---|
protected |
StringDBTermType(String name,
String castName,
TermTypeAncestry parentAncestry,
RDFDatatype xsdStringDatatype) |
protected |
StringDBTermType(String name,
TermTypeAncestry parentAncestry,
RDFDatatype xsdStringDatatype) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areEqualitiesBetweenTwoDBAttributesStrict()
Returns true if the non-strict equality between two attributes of the same database
of this type is equivalent to a strict equality.
|
boolean |
areEqualitiesStrict()
Returns true if the non-strict equality between two terms of this type
is equivalent to a strict equality
|
Optional<Boolean> |
areEqualitiesStrict(DBTermType otherType)
Returns true if the non-strict equality between terms of these two types
are equivalent to a strict equality
|
String |
getCastName()
Default implementation, can be overridden
|
DBTermType.Category |
getCategory() |
Optional<RDFDatatype> |
getNaturalRDFDatatype() |
boolean |
isNeedingIRISafeEncoding()
Returns true if some values in its value space may need an IRI safe encoding
|
getNameequals, getAncestry, getCommonDenominator, hashCode, isA, isAbstract, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAncestry, getCommonDenominator, isA, isAbstractprotected StringDBTermType(String name, TermTypeAncestry parentAncestry, RDFDatatype xsdStringDatatype)
protected StringDBTermType(String name, String castName, TermTypeAncestry parentAncestry, RDFDatatype xsdStringDatatype)
public String getCastName()
DBTermTypeImplgetCastName in interface DBTermTypegetCastName in class DBTermTypeImplpublic DBTermType.Category getCategory()
public Optional<RDFDatatype> getNaturalRDFDatatype()
public boolean isNeedingIRISafeEncoding()
DBTermTypepublic boolean areEqualitiesStrict()
DBTermTypepublic Optional<Boolean> areEqualitiesStrict(DBTermType otherType)
DBTermTypepublic boolean areEqualitiesBetweenTwoDBAttributesStrict()
DBTermTypeCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.