public static enum TypeCheckingVisitor.TYPE extends java.lang.Enum<TypeCheckingVisitor.TYPE>
Enum Constant and Description |
---|
ANY |
CLASS |
DATATYPE |
ERROR |
INSTANCE |
PROPERTY |
RELATION |
VALUE |
Modifier and Type | Method and Description |
---|---|
static TypeCheckingVisitor.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeCheckingVisitor.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeCheckingVisitor.TYPE CLASS
public static final TypeCheckingVisitor.TYPE PROPERTY
public static final TypeCheckingVisitor.TYPE RELATION
public static final TypeCheckingVisitor.TYPE INSTANCE
public static final TypeCheckingVisitor.TYPE VALUE
public static final TypeCheckingVisitor.TYPE DATATYPE
public static final TypeCheckingVisitor.TYPE ANY
public static final TypeCheckingVisitor.TYPE ERROR
public static TypeCheckingVisitor.TYPE[] values()
for (TypeCheckingVisitor.TYPE c : TypeCheckingVisitor.TYPE.values()) System.out.println(c);
public static TypeCheckingVisitor.TYPE 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 null(C) INRIA & friends, 2003-2020