public enum SelectValuesAttr extends Enum<SelectValuesAttr> implements 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 KettleAttributeInterfacepublic String getXmlCode()
getXmlCode in interface KettleAttributeInterfacepublic String getRepCode()
getRepCode in interface KettleAttributeInterfacepublic String getDescription()
getDescription in interface KettleAttributeInterfacepublic String getTooltip()
getTooltip in interface KettleAttributeInterfacepublic int getType()
getType in interface KettleAttributeInterfacepublic SelectValuesAttr getParent()
getParent in interface KettleAttributeInterfaceCopyright © 2018 Hitachi Vantara. All rights reserved.