static enum SmlkSfn.Whatisit extends java.lang.Enum<SmlkSfn.Whatisit>
Enum Constant and Description |
---|
ctor |
defPortTypes |
defTcl |
dtor |
init |
objectFB |
operationFB |
step2 |
upd |
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
bArgIsNonTunableParam |
(package private) boolean |
bInit |
(package private) boolean |
bParamIsTunable |
Modifier and Type | Method and Description |
---|---|
static SmlkSfn.Whatisit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmlkSfn.Whatisit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SmlkSfn.Whatisit ctor
public static final SmlkSfn.Whatisit dtor
public static final SmlkSfn.Whatisit init
public static final SmlkSfn.Whatisit upd
public static final SmlkSfn.Whatisit step2
public static final SmlkSfn.Whatisit objectFB
public static final SmlkSfn.Whatisit operationFB
public static final SmlkSfn.Whatisit defTcl
public static final SmlkSfn.Whatisit defPortTypes
final boolean bArgIsNonTunableParam
final boolean bParamIsTunable
final boolean bInit
public static SmlkSfn.Whatisit[] values()
for (SmlkSfn.Whatisit c : SmlkSfn.Whatisit.values()) System.out.println(c);
public static SmlkSfn.Whatisit 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