public static enum Pin_FBcl.XXXXXEKind extends java.lang.Enum<Pin_FBcl.XXXXXEKind>
| Modifier and Type | Field and Description |
|---|---|
int |
mask |
| Modifier and Type | Method and Description |
|---|---|
static Pin_FBcl.XXXXXEKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Pin_FBcl.XXXXXEKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pin_FBcl.XXXXXEKind In
public static final Pin_FBcl.XXXXXEKind Out
public static final Pin_FBcl.XXXXXEKind Ev
public static final Pin_FBcl.XXXXXEKind Data
public static Pin_FBcl.XXXXXEKind[] values()
for (Pin_FBcl.XXXXXEKind c : Pin_FBcl.XXXXXEKind.values()) System.out.println(c);
public static Pin_FBcl.XXXXXEKind 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