org.omnaest.utils.structure.table
Enum Table.Stripe.StripeType
java.lang.Object
java.lang.Enum<Table.Stripe.StripeType>
org.omnaest.utils.structure.table.Table.Stripe.StripeType
- All Implemented Interfaces:
- Serializable, Comparable<Table.Stripe.StripeType>
- Enclosing interface:
- Table.Stripe<E>
public static enum Table.Stripe.StripeType
- extends Enum<Table.Stripe.StripeType>
Table.Stripe.StripeType of a Table.Stripe
- Author:
- Omnaest
- See Also:
Table.Stripe,
TableInternal.StripeDataList,
StripeTypeHelper
ROW
public static final Table.Stripe.StripeType ROW
COLUMN
public static final Table.Stripe.StripeType COLUMN
values
public static Table.Stripe.StripeType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Table.Stripe.StripeType c : Table.Stripe.StripeType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Table.Stripe.StripeType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2011. All Rights Reserved.