|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SimpleProperty>
org.mindswap.pellet.jena.graph.loader.SimpleProperty
public enum SimpleProperty
Title:
Description: Only simple properties can be used in cardinality restrictions, disjointness axioms, irreflexivity and antisymmetry axioms. This enumeration is used to identify why a certain property should be treated as simple
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
Enum Constant Summary | |
---|---|
ANTI_SYM
|
|
CARDINALITY
|
|
DISJOINT
|
|
IRREFLEXIVE
|
|
SELF
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
static SimpleProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SimpleProperty[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SimpleProperty SELF
public static final SimpleProperty CARDINALITY
public static final SimpleProperty IRREFLEXIVE
public static final SimpleProperty ANTI_SYM
public static final SimpleProperty DISJOINT
Method Detail |
---|
public static SimpleProperty[] values()
for (SimpleProperty c : SimpleProperty.values()) System.out.println(c);
public static SimpleProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<SimpleProperty>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |