public enum PermissionScopeTypeXto extends Enum<PermissionScopeTypeXto>
Java class for PermissionScopeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PermissionScopeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Model"/>
<enumeration value="Process"/>
<enumeration value="Activity"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static PermissionScopeTypeXto |
fromValue(String v) |
String |
value() |
static PermissionScopeTypeXto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PermissionScopeTypeXto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionScopeTypeXto MODEL
public static final PermissionScopeTypeXto PROCESS
public static final PermissionScopeTypeXto ACTIVITY
public static PermissionScopeTypeXto[] values()
for (PermissionScopeTypeXto c : PermissionScopeTypeXto.values()) System.out.println(c);
public static PermissionScopeTypeXto 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 nullpublic String value()
public static PermissionScopeTypeXto fromValue(String v)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.