public enum OWLFacet extends Enum<OWLFacet>
OWLFacetRestriction,
OWLDatatypeRestriction| Enum Constant and Description |
|---|
FRACTION_DIGITS |
LANG_RANGE |
LENGTH |
MAX_EXCLUSIVE |
MAX_INCLUSIVE |
MAX_LENGTH |
MIN_EXCLUSIVE |
MIN_INCLUSIVE |
MIN_LENGTH |
PATTERN |
TOTAL_DIGITS |
| Modifier and Type | Field and Description |
|---|---|
static Set<IRI> |
FACET_IRIS |
| Modifier and Type | Method and Description |
|---|---|
static OWLFacet |
getFacet(IRI iri) |
static OWLFacet |
getFacetByShortName(String shortName)
Gets a facet by its short name
|
static OWLFacet |
getFacetBySymbolicName(String symbolicName) |
static Set<IRI> |
getFacetIRIs() |
static Set<String> |
getFacets() |
IRI |
getIRI() |
String |
getShortName() |
String |
getSymbolicForm() |
String |
toString() |
static OWLFacet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWLFacet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OWLFacet LENGTH
public static final OWLFacet MIN_LENGTH
public static final OWLFacet MAX_LENGTH
public static final OWLFacet PATTERN
public static final OWLFacet MIN_INCLUSIVE
public static final OWLFacet MIN_EXCLUSIVE
public static final OWLFacet MAX_INCLUSIVE
public static final OWLFacet MAX_EXCLUSIVE
public static final OWLFacet TOTAL_DIGITS
public static final OWLFacet FRACTION_DIGITS
public static final OWLFacet LANG_RANGE
public static OWLFacet[] values()
for (OWLFacet c : OWLFacet.values()) System.out.println(c);
public static OWLFacet valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic IRI getIRI()
public String getShortName()
public String getSymbolicForm()
public static OWLFacet getFacetByShortName(String shortName)
shortName - The short name of the facet.null if not facet by the specified name exists.Copyright © 2013 The University of Manchester. All Rights Reserved.