fr.orsay.lri.varna.models
Enum VARNAConfig.BP_STYLE
java.lang.Object
java.lang.Enum<VARNAConfig.BP_STYLE>
fr.orsay.lri.varna.models.VARNAConfig.BP_STYLE
- All Implemented Interfaces:
- Serializable, Comparable<VARNAConfig.BP_STYLE>
- Enclosing class:
- VARNAConfig
public static enum VARNAConfig.BP_STYLE
- extends Enum<VARNAConfig.BP_STYLE>
- implements Serializable
Enum types and internal classes
BP_STYLE_LW
public static final VARNAConfig.BP_STYLE BP_STYLE_LW
BP_STYLE_SIMPLE
public static final VARNAConfig.BP_STYLE BP_STYLE_SIMPLE
BP_STYLE_RNAVIZ
public static final VARNAConfig.BP_STYLE BP_STYLE_RNAVIZ
BP_STYLE_NONE
public static final VARNAConfig.BP_STYLE BP_STYLE_NONE
values
public static VARNAConfig.BP_STYLE[] 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 (VARNAConfig.BP_STYLE c : VARNAConfig.BP_STYLE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static VARNAConfig.BP_STYLE 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
toString
public String toString()
- Overrides:
toString
in class Enum<VARNAConfig.BP_STYLE>