public enum ServiceLevelAgreementTemplateParameterType extends java.lang.Enum<ServiceLevelAgreementTemplateParameterType>
files/ServiceLevelAgreementTemplateSpecificationSchema.xsd
.Enum Constant and Description |
---|
ACTIVITY |
ACTIVITYINSTANCE |
BOOLEAN |
CASE |
DATE |
DATETIME |
DOUBLE |
DURATION |
INTEGER |
RESOURCE |
TEXT |
Modifier and Type | Method and Description |
---|---|
static ServiceLevelAgreementTemplateParameterType |
parseFromText(java.lang.String text) |
static ServiceLevelAgreementTemplateParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceLevelAgreementTemplateParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceLevelAgreementTemplateParameterType BOOLEAN
public static final ServiceLevelAgreementTemplateParameterType TEXT
public static final ServiceLevelAgreementTemplateParameterType INTEGER
public static final ServiceLevelAgreementTemplateParameterType DOUBLE
public static final ServiceLevelAgreementTemplateParameterType DURATION
public static final ServiceLevelAgreementTemplateParameterType DATE
public static final ServiceLevelAgreementTemplateParameterType DATETIME
public static final ServiceLevelAgreementTemplateParameterType ACTIVITYINSTANCE
public static final ServiceLevelAgreementTemplateParameterType ACTIVITY
public static final ServiceLevelAgreementTemplateParameterType CASE
public static final ServiceLevelAgreementTemplateParameterType RESOURCE
public static ServiceLevelAgreementTemplateParameterType[] values()
for (ServiceLevelAgreementTemplateParameterType c : ServiceLevelAgreementTemplateParameterType.values()) System.out.println(c);
public static ServiceLevelAgreementTemplateParameterType 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 static ServiceLevelAgreementTemplateParameterType parseFromText(java.lang.String text)