org.omnaest.utils.structure.table
Enum Table.Stripe.StripeType

java.lang.Object
  extended by java.lang.Enum<Table.Stripe.StripeType>
      extended by 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

Enum Constant Summary
COLUMN
           
ROW
           
 
Method Summary
static Table.Stripe.StripeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Table.Stripe.StripeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ROW

public static final Table.Stripe.StripeType ROW

COLUMN

public static final Table.Stripe.StripeType COLUMN
Method Detail

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.