public enum SelectValuesAttr extends Enum<SelectValuesAttr> implements org.pentaho.di.core.KettleAttributeInterface
| Enum Constant and Description | 
|---|
FOO  | 
| Modifier and Type | Method and Description | 
|---|---|
static SelectValuesAttr | 
findByKey(String key)  | 
String | 
getDescription()  | 
String | 
getKey()  | 
SelectValuesAttr | 
getParent()  | 
String | 
getRepCode()  | 
String | 
getTooltip()  | 
int | 
getType()  | 
String | 
getXmlCode()  | 
static SelectValuesAttr | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SelectValuesAttr[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final SelectValuesAttr FOO
public static SelectValuesAttr[] values()
for (SelectValuesAttr c : SelectValuesAttr.values()) System.out.println(c);
public static SelectValuesAttr valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic static SelectValuesAttr findByKey(String key)
xmlCode - The XML Code to search forpublic String getKey()
getKey in interface org.pentaho.di.core.KettleAttributeInterfacepublic String getXmlCode()
getXmlCode in interface org.pentaho.di.core.KettleAttributeInterfacepublic String getRepCode()
getRepCode in interface org.pentaho.di.core.KettleAttributeInterfacepublic String getDescription()
getDescription in interface org.pentaho.di.core.KettleAttributeInterfacepublic String getTooltip()
getTooltip in interface org.pentaho.di.core.KettleAttributeInterfacepublic int getType()
getType in interface org.pentaho.di.core.KettleAttributeInterfacepublic SelectValuesAttr getParent()
getParent in interface org.pentaho.di.core.KettleAttributeInterface