public enum YInternalType extends java.lang.Enum<YInternalType>
Enum Constant and Description |
---|
YDocumentType |
YStringListType |
YTimerType |
Modifier and Type | Method and Description |
---|---|
static Element |
getSchemaFor(java.lang.String type,
java.lang.String varName) |
java.lang.String |
getSchemaString() |
static boolean |
isType(java.lang.String name) |
static YInternalType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YInternalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YInternalType YDocumentType
public static final YInternalType YStringListType
public static final YInternalType YTimerType
public static YInternalType[] values()
for (YInternalType c : YInternalType.values()) System.out.println(c);
public static YInternalType 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 nullpublic java.lang.String getSchemaString()
public static boolean isType(java.lang.String name)
public static Element getSchemaFor(java.lang.String type, java.lang.String varName)
Copyright © 2004-2014 The YAWL Foundation.