public static enum IResourceAssignmentDefinition.OverrideScopeValue extends java.lang.Enum<IResourceAssignmentDefinition.OverrideScopeValue> implements ICICSEnum
ICICSEnum.Direction
Enum Constant and Description |
---|
_UNEXPECTED |
_UNSPECIFIED |
_UNSUPPORTED |
BOTH |
NONE |
RELATED |
TARGET |
Modifier and Type | Method and Description |
---|---|
ICICSEnum.Direction |
getDirection() |
boolean |
isSpecialValue() |
java.lang.String |
toString() |
static IResourceAssignmentDefinition.OverrideScopeValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IResourceAssignmentDefinition.OverrideScopeValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IResourceAssignmentDefinition.OverrideScopeValue BOTH
public static final IResourceAssignmentDefinition.OverrideScopeValue NONE
public static final IResourceAssignmentDefinition.OverrideScopeValue RELATED
public static final IResourceAssignmentDefinition.OverrideScopeValue TARGET
public static final IResourceAssignmentDefinition.OverrideScopeValue _UNSPECIFIED
public static final IResourceAssignmentDefinition.OverrideScopeValue _UNSUPPORTED
public static final IResourceAssignmentDefinition.OverrideScopeValue _UNEXPECTED
public static IResourceAssignmentDefinition.OverrideScopeValue[] values()
for (IResourceAssignmentDefinition.OverrideScopeValue c : IResourceAssignmentDefinition.OverrideScopeValue.values()) System.out.println(c);
public static IResourceAssignmentDefinition.OverrideScopeValue 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 nullpublic boolean isSpecialValue()
isSpecialValue
in interface ICICSEnum
public ICICSEnum.Direction getDirection()
getDirection
in interface ICICSEnum
public java.lang.String toString()
toString
in class java.lang.Enum<IResourceAssignmentDefinition.OverrideScopeValue>
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.