public static enum CIAttribute.EditableState extends java.lang.Enum<CIAttribute.EditableState>
| Enum Constant and Description |
|---|
FALSE
Not editable at all.
|
ONLY_ALLOWED_ITEMS
Can only have one value from a list of allowed items.
|
SCHEMA_ONLY_ALLOWED_ITEMS
Can only have one value from a list of allowed items.
|
TRUE
Fully editable.
|
| Modifier and Type | Method and Description |
|---|---|
static CIAttribute.EditableState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CIAttribute.EditableState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CIAttribute.EditableState TRUE
public static final CIAttribute.EditableState FALSE
public static final CIAttribute.EditableState ONLY_ALLOWED_ITEMS
public static final CIAttribute.EditableState SCHEMA_ONLY_ALLOWED_ITEMS
public static CIAttribute.EditableState[] values()
for (CIAttribute.EditableState c : CIAttribute.EditableState.values()) System.out.println(c);
public static CIAttribute.EditableState 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© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.