public static enum OWLQuantifiedProperty.Quantifier extends Enum<OWLQuantifiedProperty.Quantifier>
Enum Constant and Description |
---|
CARDINALITY |
EQUIVALENT |
IDENTITY |
INSTANCE_OF |
ONLY |
PROPERTY_ASSERTION |
SOME |
SUBCLASS_OF |
VALUE |
Modifier and Type | Method and Description |
---|---|
static OWLQuantifiedProperty.Quantifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OWLQuantifiedProperty.Quantifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OWLQuantifiedProperty.Quantifier SOME
public static final OWLQuantifiedProperty.Quantifier ONLY
public static final OWLQuantifiedProperty.Quantifier CARDINALITY
public static final OWLQuantifiedProperty.Quantifier SUBCLASS_OF
public static final OWLQuantifiedProperty.Quantifier INSTANCE_OF
public static final OWLQuantifiedProperty.Quantifier PROPERTY_ASSERTION
public static final OWLQuantifiedProperty.Quantifier IDENTITY
public static final OWLQuantifiedProperty.Quantifier VALUE
public static final OWLQuantifiedProperty.Quantifier EQUIVALENT
public static OWLQuantifiedProperty.Quantifier[] values()
for (OWLQuantifiedProperty.Quantifier c : OWLQuantifiedProperty.Quantifier.values()) System.out.println(c);
public static OWLQuantifiedProperty.Quantifier 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 nullCopyright © 2010–2016. All rights reserved.