Class Constants

java.lang.Object
cz.cvut.kbss.jopa.owl2java.Constants

public class Constants extends Object
  • Field Details

    • P_IS_INTEGRITY_CONSTRAINT_FOR

      public static final String P_IS_INTEGRITY_CONSTRAINT_FOR
      Annotation property marking IC axioms.
      See Also:
    • P_CLASS_NAME

      public static final String P_CLASS_NAME
      Annotation property specifying the name of Java class mapped by the annotated ontological class.
      See Also:
    • VOCABULARY_CLASS

      public static final String VOCABULARY_CLASS
      Name of the class containing generated vocabulary.
      See Also:
    • MODEL_PACKAGE

      public static final String MODEL_PACKAGE
      Package into which the model is generated.
      See Also:
    • PACKAGE_SEPARATOR

      public static final char PACKAGE_SEPARATOR
      Java package name separator.
      See Also:
    • LANGUAGE

      public static final String LANGUAGE
      Default language for language-tagged literals.
      See Also:
    • ID_FIELD_NAME

      public static final String ID_FIELD_NAME
      Name of the field representing entity identifier.
      See Also:
    • LABEL_FIELD_NAME

      public static final String LABEL_FIELD_NAME
      Name of the field representing the RDFS.LABEL property.
      See Also:
    • DESCRIPTION_FIELD_NAME

      public static final String DESCRIPTION_FIELD_NAME
      Name of the field representing the DC.Terms.DESCRIPTION property.
      See Also:
    • TYPES_FIELD_NAME

      public static final String TYPES_FIELD_NAME
      Name of the field representing Types.
      See Also:
    • PROPERTIES_FIELD_NAME

      public static final String PROPERTIES_FIELD_NAME
      Name of the field representing Properties.
      See Also:
    • PREFIX_RESOLVE_TIMEOUT

      public static final Duration PREFIX_RESOLVE_TIMEOUT
      Timeout for resolving ontology prefix via a remote service.
    • VERSION

      public static final String VERSION
      Tool version.