public static enum ICMLStaticBlock.StaticBlockType extends java.lang.Enum<ICMLStaticBlock.StaticBlockType>
| Modifier and Type | Method and Description |
|---|---|
static ICMLStaticBlock.StaticBlockType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICMLStaticBlock.StaticBlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICMLStaticBlock.StaticBlockType NoLimit
public static final ICMLStaticBlock.StaticBlockType Limit
public static final ICMLStaticBlock.StaticBlockType NonWindup
public static ICMLStaticBlock.StaticBlockType[] values()
for (ICMLStaticBlock.StaticBlockType c : ICMLStaticBlock.StaticBlockType.values()) System.out.println(c);
public static ICMLStaticBlock.StaticBlockType 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