Class CurieRdfType
java.lang.Object
org.eclipse.esmf.metamodel.loader.CurieRdfType
- All Implemented Interfaces:
org.apache.jena.datatypes.RDFDatatype,TypedRdfDatatype<Curie>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncannonicalise(Object value) intgetHashCode(org.apache.jena.graph.impl.LiteralLabel lit) getURI()booleanisEqual(org.apache.jena.graph.impl.LiteralLabel value1, org.apache.jena.graph.impl.LiteralLabel value2) booleanbooleanisValidLiteral(org.apache.jena.graph.impl.LiteralLabel lit) booleanisValidValue(Object valueForm) org.apache.jena.datatypes.RDFDatatypenormalizeSubType(Object value, org.apache.jena.datatypes.RDFDatatype datatype) parseTyped(String lexicalForm) unparseTyped(Curie value)
-
Constructor Details
-
CurieRdfType
public CurieRdfType()
-
-
Method Details
-
parseTyped
- Specified by:
parseTypedin interfaceTypedRdfDatatype<Curie>
-
unparseTyped
- Specified by:
unparseTypedin interfaceTypedRdfDatatype<Curie>
-
getURI
- Specified by:
getURIin interfaceorg.apache.jena.datatypes.RDFDatatype
-
unparse
- Specified by:
unparsein interfaceorg.apache.jena.datatypes.RDFDatatype
-
parse
- Specified by:
parsein interfaceorg.apache.jena.datatypes.RDFDatatype- Throws:
org.apache.jena.datatypes.DatatypeFormatException
-
isValid
- Specified by:
isValidin interfaceorg.apache.jena.datatypes.RDFDatatype
-
isValidValue
- Specified by:
isValidValuein interfaceorg.apache.jena.datatypes.RDFDatatype
-
isValidLiteral
public boolean isValidLiteral(org.apache.jena.graph.impl.LiteralLabel lit) - Specified by:
isValidLiteralin interfaceorg.apache.jena.datatypes.RDFDatatype
-
isEqual
public boolean isEqual(org.apache.jena.graph.impl.LiteralLabel value1, org.apache.jena.graph.impl.LiteralLabel value2) - Specified by:
isEqualin interfaceorg.apache.jena.datatypes.RDFDatatype
-
getHashCode
public int getHashCode(org.apache.jena.graph.impl.LiteralLabel lit) - Specified by:
getHashCodein interfaceorg.apache.jena.datatypes.RDFDatatype
-
getJavaClass
- Specified by:
getJavaClassin interfaceorg.apache.jena.datatypes.RDFDatatype- Specified by:
getJavaClassin interfaceTypedRdfDatatype<Curie>
-
cannonicalise
- Specified by:
cannonicalisein interfaceorg.apache.jena.datatypes.RDFDatatype
-
extendedTypeDefinition
- Specified by:
extendedTypeDefinitionin interfaceorg.apache.jena.datatypes.RDFDatatype
-
normalizeSubType
public org.apache.jena.datatypes.RDFDatatype normalizeSubType(Object value, org.apache.jena.datatypes.RDFDatatype datatype) - Specified by:
normalizeSubTypein interfaceorg.apache.jena.datatypes.RDFDatatype
-