fr.paris.lutece.plugins.crm.util
Enum TargetEnum

java.lang.Object
  extended by java.lang.Enum<TargetEnum>
      extended by fr.paris.lutece.plugins.crm.util.TargetEnum
All Implemented Interfaces:
Serializable, Comparable<TargetEnum>

public enum TargetEnum
extends Enum<TargetEnum>

TargetEnum


Enum Constant Summary
BLANK
           
PARENT
           
SELF
           
TOP
           
 
Method Summary
 int getId()
          Get the id of the target
static TargetEnum getTarget(int nId)
          Get the target given an id
 String toString()
          Get the String value of the target
static TargetEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TargetEnum[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SELF

public static final TargetEnum SELF

BLANK

public static final TargetEnum BLANK

PARENT

public static final TargetEnum PARENT

TOP

public static final TargetEnum TOP
Method Detail

values

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

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

valueOf

public static TargetEnum 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

getId

public int getId()
Get the id of the target

Returns:
the id of the target

toString

public String toString()
Get the String value of the target

Overrides:
toString in class Enum<TargetEnum>
Returns:
the String value of the target

getTarget

public static TargetEnum getTarget(int nId)
Get the target given an id

Parameters:
nId - the id
Returns:
the target


Copyright © 2013 Mairie de Paris. All Rights Reserved.