com.evolveum.midpoint.web.bean
Enum TaskItemBinding

java.lang.Object
  extended by java.lang.Enum<TaskItemBinding>
      extended by com.evolveum.midpoint.web.bean.TaskItemBinding
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TaskItemBinding>

public enum TaskItemBinding
extends java.lang.Enum<TaskItemBinding>


Enum Constant Summary
LOOSE
           
TIGHT
           
 
Method Summary
static TaskItemBinding fromTask(TaskBinding binding)
           
 java.lang.String getIcon()
           
 java.lang.String getTitle()
           
static TaskBinding toTask(TaskItemBinding bindingType)
           
static TaskItemBinding valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TaskItemBinding[] 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

TIGHT

public static final TaskItemBinding TIGHT

LOOSE

public static final TaskItemBinding LOOSE
Method Detail

values

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

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

valueOf

public static TaskItemBinding valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getIcon

public java.lang.String getIcon()

getTitle

public java.lang.String getTitle()

fromTask

public static TaskItemBinding fromTask(TaskBinding binding)

toTask

public static TaskBinding toTask(TaskItemBinding bindingType)


Copyright © 2012 evolveum. All Rights Reserved.