@Generated public enum WorkspaceBindingBindingType extends Enum<WorkspaceBindingBindingType>
| Enum Constant and Description |
|---|
BINDING_TYPE_READ_ONLY |
BINDING_TYPE_READ_WRITE |
| Modifier and Type | Method and Description |
|---|---|
static WorkspaceBindingBindingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceBindingBindingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkspaceBindingBindingType BINDING_TYPE_READ_ONLY
public static final WorkspaceBindingBindingType BINDING_TYPE_READ_WRITE
public static WorkspaceBindingBindingType[] values()
for (WorkspaceBindingBindingType c : WorkspaceBindingBindingType.values()) System.out.println(c);
public static WorkspaceBindingBindingType 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 © 2024. All rights reserved.