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 KettleAttributeInterface
public String getXmlCode()
getXmlCode
in interface KettleAttributeInterface
public String getRepCode()
getRepCode
in interface KettleAttributeInterface
public String getDescription()
getDescription
in interface KettleAttributeInterface
public String getTooltip()
getTooltip
in interface KettleAttributeInterface
public int getType()
getType
in interface KettleAttributeInterface
public SelectValuesAttr getParent()
getParent
in interface KettleAttributeInterface
Copyright © 2018 Hitachi Vantara. All rights reserved.