public static enum Stripe.Permeable extends Enum<Stripe.Permeable>
| Enum Constant and Description | 
|---|
BOTH
Permeable in both directions. 
 | 
LEFT
Permeable in the positive lateral direction compared to the design line direction. 
 | 
RIGHT
Permeable in the negative lateral direction compared to the design line direction. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Stripe.Permeable | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Stripe.Permeable[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Stripe.Permeable LEFT
public static final Stripe.Permeable RIGHT
public static final Stripe.Permeable BOTH
public static Stripe.Permeable[] values()
for (Stripe.Permeable c : Stripe.Permeable.values()) System.out.println(c);
public static Stripe.Permeable 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 © 2014–2018 Delft University of Technology. All rights reserved.