public enum DoutTargetCodeAccess extends java.lang.Enum<DoutTargetCodeAccess>
| Enum Constant and Description |
|---|
FieldPrivate |
FieldPublic |
OperConstRef |
OperRef |
OperValue |
ReferVar
Given variable reference as operation argument to set the return value.
|
ReturnConstRef |
ReturnRef |
ReturnValue |
THIS
Access to the instance itself.
|
UseVarMdl |
| Modifier and Type | Field and Description |
|---|---|
char |
cc
One character to characteristic the kind.
|
java.lang.String |
sAcc |
| Modifier and Type | Method and Description |
|---|---|
static DoutTargetCodeAccess |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DoutTargetCodeAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DoutTargetCodeAccess FieldPrivate
public static final DoutTargetCodeAccess FieldPublic
public static final DoutTargetCodeAccess OperValue
public static final DoutTargetCodeAccess OperRef
public static final DoutTargetCodeAccess OperConstRef
public static final DoutTargetCodeAccess ReferVar
public static final DoutTargetCodeAccess ReturnValue
public static final DoutTargetCodeAccess ReturnRef
public static final DoutTargetCodeAccess ReturnConstRef
public static final DoutTargetCodeAccess UseVarMdl
public static final DoutTargetCodeAccess THIS
public final java.lang.String sAcc
public final char cc
public static DoutTargetCodeAccess[] values()
for (DoutTargetCodeAccess c : DoutTargetCodeAccess.values()) System.out.println(c);
public static DoutTargetCodeAccess 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