Package cz.cvut.kbss.jopa.owl2java
Class Constants
java.lang.Object
cz.cvut.kbss.jopa.owl2java.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Name of the field representing theDC.Terms.DESCRIPTION
property.static final String
Name of the field representing entity identifier.static final String
Name of the field representing theRDFS.LABEL
property.static final String
Default language for language-tagged literals.static final String
Package into which the model is generated.static final String
Annotation property specifying the name of Java class mapped by the annotated ontological class.static final String
Annotation property marking IC axioms.static final char
Java package name separator.static final Duration
Timeout for resolving ontology prefix via a remote service.static final String
Name of the field representingProperties
.static final String
Name of the field representingTypes
.static final String
Tool version.static final String
Name of the class containing generated vocabulary. -
Method Summary
-
Field Details
-
P_IS_INTEGRITY_CONSTRAINT_FOR
Annotation property marking IC axioms.- See Also:
-
P_CLASS_NAME
Annotation property specifying the name of Java class mapped by the annotated ontological class.- See Also:
-
VOCABULARY_CLASS
Name of the class containing generated vocabulary.- See Also:
-
MODEL_PACKAGE
Package into which the model is generated.- See Also:
-
PACKAGE_SEPARATOR
public static final char PACKAGE_SEPARATORJava package name separator.- See Also:
-
LANGUAGE
Default language for language-tagged literals.- See Also:
-
ID_FIELD_NAME
Name of the field representing entity identifier.- See Also:
-
LABEL_FIELD_NAME
Name of the field representing theRDFS.LABEL
property.- See Also:
-
DESCRIPTION_FIELD_NAME
Name of the field representing theDC.Terms.DESCRIPTION
property.- See Also:
-
TYPES_FIELD_NAME
Name of the field representingTypes
.- See Also:
-
PROPERTIES_FIELD_NAME
Name of the field representingProperties
.- See Also:
-
PREFIX_RESOLVE_TIMEOUT
Timeout for resolving ontology prefix via a remote service. -
VERSION
Tool version.
-