public enum ContextPropertyType extends Enum<ContextPropertyType> implements Serializable
Enum Constant and Description |
---|
BOOLEAN
Boolean property type.
|
FLOAT
Float property type.
|
INTEGER
Integer property type.
|
PATH
Context Segment Path property type.
|
SET
Set of strings property type.
|
STRING
String property type.
|
VERSION
Version property type, e.g.
|
Modifier and Type | Method and Description |
---|---|
static ContextPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextPropertyType PATH
public static final ContextPropertyType BOOLEAN
public static final ContextPropertyType INTEGER
public static final ContextPropertyType FLOAT
public static final ContextPropertyType SET
public static final ContextPropertyType STRING
public static final ContextPropertyType VERSION
public static ContextPropertyType[] values()
for (ContextPropertyType c : ContextPropertyType.values()) System.out.println(c);
public static ContextPropertyType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries