public enum TRules extends Enum<TRules>
| Modifier and Type | Method and Description |
|---|---|
static TRules |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TRules[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TRules none
public static final TRules groups
public static final TRules rows
public static final TRules cols
public static final TRules all
public static TRules[] values()
for (TRules c : TRules.values()) System.out.println(c);
public static TRules valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2008-2012 Ovea. All Rights Reserved.