com.semarchy.mdm.runtime.model.logical
Enum SectionNavigatorConfig.SectionNavigatorPosition

java.lang.Object
  extended by java.lang.Enum<SectionNavigatorConfig.SectionNavigatorPosition>
      extended by com.semarchy.mdm.runtime.model.logical.SectionNavigatorConfig.SectionNavigatorPosition
All Implemented Interfaces:
Serializable, Comparable<SectionNavigatorConfig.SectionNavigatorPosition>
Enclosing class:
SectionNavigatorConfig

public static enum SectionNavigatorConfig.SectionNavigatorPosition
extends Enum<SectionNavigatorConfig.SectionNavigatorPosition>


Enum Constant Summary
LEFT
          Section Navigator positionned left: Section Navigator positionned left
RIGHT
          Section Navigator positionned right: Section Navigator positionned right
TOP
          Section Navigator positionned top: Section Navigator positionned top
 
Method Summary
static SectionNavigatorConfig.SectionNavigatorPosition valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SectionNavigatorConfig.SectionNavigatorPosition[] 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

LEFT

public static final SectionNavigatorConfig.SectionNavigatorPosition LEFT
Section Navigator positionned left: Section Navigator positionned left


RIGHT

public static final SectionNavigatorConfig.SectionNavigatorPosition RIGHT
Section Navigator positionned right: Section Navigator positionned right


TOP

public static final SectionNavigatorConfig.SectionNavigatorPosition TOP
Section Navigator positionned top: Section Navigator positionned top

Method Detail

values

public static SectionNavigatorConfig.SectionNavigatorPosition[] 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 (SectionNavigatorConfig.SectionNavigatorPosition c : SectionNavigatorConfig.SectionNavigatorPosition.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SectionNavigatorConfig.SectionNavigatorPosition 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 © 2015. All Rights Reserved.