|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DatatypeFacet>
org.mindswap.pellet.datatypes.DatatypeFacet
public enum DatatypeFacet
Title:
Description:
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
Enum Constant Summary | |
---|---|
length
|
|
maxExclusive
|
|
maxInclusive
|
|
maxLength
|
|
minExclusive
|
|
minInclusive
|
|
minLength
|
|
pattern
|
Method Summary | |
---|---|
static DatatypeFacet |
find(java.lang.String uri)
|
aterm.ATermAppl |
getName()
|
java.lang.String |
getURI()
|
static DatatypeFacet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DatatypeFacet[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DatatypeFacet minInclusive
public static final DatatypeFacet minExclusive
public static final DatatypeFacet maxInclusive
public static final DatatypeFacet maxExclusive
public static final DatatypeFacet pattern
public static final DatatypeFacet length
public static final DatatypeFacet minLength
public static final DatatypeFacet maxLength
Method Detail |
---|
public static DatatypeFacet[] values()
for (DatatypeFacet c : DatatypeFacet.values()) System.out.println(c);
public static DatatypeFacet 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 getURI()
public aterm.ATermAppl getName()
public static DatatypeFacet find(java.lang.String uri)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |