com.im.ijc.core/1 5.9.4

com.im.ijc.core.wizards.newdfitem
Enum NewDFItemWizardIterator.WizardType

java.lang.Object
  extended by java.lang.Enum<NewDFItemWizardIterator.WizardType>
      extended by com.im.ijc.core.wizards.newdfitem.NewDFItemWizardIterator.WizardType
All Implemented Interfaces:
Serializable, Comparable<NewDFItemWizardIterator.WizardType>
Enclosing class:
NewDFItemWizardIterator<T extends DFItem>

public static enum NewDFItemWizardIterator.WizardType
extends Enum<NewDFItemWizardIterator.WizardType>


Enum Constant Summary
DATA_TREE
           
DFITEM
           
ENTITY
           
FIELD
           
FIELD_CALCULATED
           
FIELD_CONVERT
           
FIELD_CT
           
FIELD_STD
           
LIST
           
QUERY
           
RELATIONSHIP
           
SCRIPT
           
VIEW
           
 
Method Summary
 HelpCtx getHelpCtx()
           
 boolean isUserSpecific()
           
static NewDFItemWizardIterator.WizardType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NewDFItemWizardIterator.WizardType[] 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

DFITEM

public static final NewDFItemWizardIterator.WizardType DFITEM

ENTITY

public static final NewDFItemWizardIterator.WizardType ENTITY

FIELD

public static final NewDFItemWizardIterator.WizardType FIELD

FIELD_CT

public static final NewDFItemWizardIterator.WizardType FIELD_CT

FIELD_CALCULATED

public static final NewDFItemWizardIterator.WizardType FIELD_CALCULATED

FIELD_STD

public static final NewDFItemWizardIterator.WizardType FIELD_STD

FIELD_CONVERT

public static final NewDFItemWizardIterator.WizardType FIELD_CONVERT

RELATIONSHIP

public static final NewDFItemWizardIterator.WizardType RELATIONSHIP

DATA_TREE

public static final NewDFItemWizardIterator.WizardType DATA_TREE

VIEW

public static final NewDFItemWizardIterator.WizardType VIEW

LIST

public static final NewDFItemWizardIterator.WizardType LIST

QUERY

public static final NewDFItemWizardIterator.WizardType QUERY

SCRIPT

public static final NewDFItemWizardIterator.WizardType SCRIPT
Method Detail

values

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

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

valueOf

public static NewDFItemWizardIterator.WizardType 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

isUserSpecific

public boolean isUserSpecific()

getHelpCtx

public HelpCtx getHelpCtx()

com.im.ijc.core/1 5.9.4