Enum Class CoreDatatype.GEO
- All Implemented Interfaces:
Serializable, Comparable<CoreDatatype.GEO>, Constable, CoreDatatype
- Enclosing interface:
CoreDatatype
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface CoreDatatype
CoreDatatype.GEO, CoreDatatype.RDF, CoreDatatype.XSDModifier and TypeInterfaceDescriptionstatic enumstatic enumstatic enum -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsFields inherited from interface CoreDatatype
NONE -
Method Summary
Modifier and TypeMethodDescriptiongetIri()booleantoString()static CoreDatatype.GEOReturns the enum constant of this class with the specified name.static CoreDatatype.GEO[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface CoreDatatype
asGEODatatypeOrNull, asRDFDatatype, asRDFDatatypeOrNull, asXSDDatatype, asXSDDatatypeOrNull, isRDFDatatype, isXSDDatatypeModifier and TypeMethodDescriptiondefault CoreDatatype.GEOdefault Optional<CoreDatatype.RDF> default CoreDatatype.RDFdefault Optional<CoreDatatype.XSD> default CoreDatatype.XSDdefault booleandefault booleanChecks whether the supplied datatype is an XML Schema Datatype.
-
Enum Constant Details
-
WKT_LITERAL
-
-
Field Details
-
NAMESPACE
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
isGEODatatype
public boolean isGEODatatype()- Specified by:
isGEODatatypein interfaceCoreDatatype
-
getIri
- Specified by:
getIriin interfaceCoreDatatype
-
asGEODatatype
- Specified by:
asGEODatatypein interfaceCoreDatatype
-
toString
- Overrides:
toStringin classEnum<CoreDatatype.GEO>
-