org.semanticweb.owl.vocab
Enum OWLRestrictedDataRangeFacetVocabulary

java.lang.Object
  extended by java.lang.Enum<OWLRestrictedDataRangeFacetVocabulary>
      extended by org.semanticweb.owl.vocab.OWLRestrictedDataRangeFacetVocabulary
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OWLRestrictedDataRangeFacetVocabulary>

public enum OWLRestrictedDataRangeFacetVocabulary
extends java.lang.Enum<OWLRestrictedDataRangeFacetVocabulary>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006


Enum Constant Summary
FRACTION_DIGITS
           
LENGTH
           
MAX_EXCLUSIVE
           
MAX_INCLUSIVE
           
MAX_LENGTH
           
MIN_EXCLUSIVE
           
MIN_INCLUSIVE
           
MIN_LENGTH
           
PATTERN
           
TOTAL_DIGITS
           
 
Field Summary
static java.util.Set<java.net.URI> FACET_URIS
           
 
Method Summary
static OWLRestrictedDataRangeFacetVocabulary getFacet(java.net.URI uri)
           
static OWLRestrictedDataRangeFacetVocabulary getFacetByShortName(java.lang.String shortName)
          Gets a facet by its short name
static OWLRestrictedDataRangeFacetVocabulary getFacetBySymbolicName(java.lang.String symbolicName)
           
static java.util.Set<java.lang.String> getFacets()
           
static java.util.Set<java.net.URI> getFacetURIs()
           
 java.lang.String getShortName()
           
 java.lang.String getSymbolicForm()
           
 java.net.URI getURI()
           
 java.lang.String toString()
           
static OWLRestrictedDataRangeFacetVocabulary valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OWLRestrictedDataRangeFacetVocabulary[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LENGTH

public static final OWLRestrictedDataRangeFacetVocabulary LENGTH

MIN_LENGTH

public static final OWLRestrictedDataRangeFacetVocabulary MIN_LENGTH

MAX_LENGTH

public static final OWLRestrictedDataRangeFacetVocabulary MAX_LENGTH

PATTERN

public static final OWLRestrictedDataRangeFacetVocabulary PATTERN

MIN_INCLUSIVE

public static final OWLRestrictedDataRangeFacetVocabulary MIN_INCLUSIVE

MIN_EXCLUSIVE

public static final OWLRestrictedDataRangeFacetVocabulary MIN_EXCLUSIVE

MAX_INCLUSIVE

public static final OWLRestrictedDataRangeFacetVocabulary MAX_INCLUSIVE

MAX_EXCLUSIVE

public static final OWLRestrictedDataRangeFacetVocabulary MAX_EXCLUSIVE

TOTAL_DIGITS

public static final OWLRestrictedDataRangeFacetVocabulary TOTAL_DIGITS

FRACTION_DIGITS

public static final OWLRestrictedDataRangeFacetVocabulary FRACTION_DIGITS
Field Detail

FACET_URIS

public static final java.util.Set<java.net.URI> FACET_URIS
Method Detail

values

public static final OWLRestrictedDataRangeFacetVocabulary[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(OWLRestrictedDataRangeFacetVocabulary c : OWLRestrictedDataRangeFacetVocabulary.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static OWLRestrictedDataRangeFacetVocabulary valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getURI

public java.net.URI getURI()

getShortName

public java.lang.String getShortName()

getSymbolicForm

public java.lang.String getSymbolicForm()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<OWLRestrictedDataRangeFacetVocabulary>

getFacetURIs

public static java.util.Set<java.net.URI> getFacetURIs()

getFacet

public static OWLRestrictedDataRangeFacetVocabulary getFacet(java.net.URI uri)

getFacetByShortName

public static OWLRestrictedDataRangeFacetVocabulary getFacetByShortName(java.lang.String shortName)
Gets a facet by its short name

Parameters:
shortName - The short name of the facet.
Returns:
The facet or null if not facet by the specified name exists.

getFacetBySymbolicName

public static OWLRestrictedDataRangeFacetVocabulary getFacetBySymbolicName(java.lang.String symbolicName)

getFacets

public static java.util.Set<java.lang.String> getFacets()