public static enum RdfsProperty.Kind extends java.lang.Enum<RdfsProperty.Kind>
Enum Constant and Description |
---|
assocEnd |
compoundAttr |
datatypeAttr |
enumAttr |
simpleAttr |
unknown |
Modifier and Type | Method and Description |
---|---|
static RdfsProperty.Kind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RdfsProperty.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdfsProperty.Kind simpleAttr
public static final RdfsProperty.Kind datatypeAttr
public static final RdfsProperty.Kind enumAttr
public static final RdfsProperty.Kind compoundAttr
public static final RdfsProperty.Kind assocEnd
public static final RdfsProperty.Kind unknown
public static RdfsProperty.Kind[] values()
for (RdfsProperty.Kind c : RdfsProperty.Kind.values()) System.out.println(c);
public static RdfsProperty.Kind 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 namejava.lang.NullPointerException
- if the argument is nullCopyright 2009-2016 Tatjana (Tanja) Kostic