public enum CustomPropertyType extends java.lang.Enum<CustomPropertyType>
Enum Constant and Description |
---|
BOOLEAN |
DELEGATION |
DOCUMENTID |
GROUP |
HOST |
INT |
NUMERIC |
PASSWORD |
SIZE |
STRING |
TEXT |
TIMESTAMP |
USER |
Modifier and Type | Method and Description |
---|---|
static CustomPropertyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomPropertyType STRING
public static final CustomPropertyType PASSWORD
public static final CustomPropertyType TEXT
public static final CustomPropertyType INT
public static final CustomPropertyType NUMERIC
public static final CustomPropertyType USER
public static final CustomPropertyType GROUP
public static final CustomPropertyType DOCUMENTID
public static final CustomPropertyType HOST
public static final CustomPropertyType DELEGATION
public static final CustomPropertyType SIZE
public static final CustomPropertyType TIMESTAMP
public static final CustomPropertyType BOOLEAN
public static CustomPropertyType[] values()
for (CustomPropertyType c : CustomPropertyType.values()) System.out.println(c);
public static CustomPropertyType 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 nullCopyright © 2021. All Rights Reserved.