public static enum YAttributeDeployment.TableType extends Enum<YAttributeDeployment.TableType>
| Modifier and Type | Method and Description |
|---|---|
static YAttributeDeployment.TableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YAttributeDeployment.TableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YAttributeDeployment.TableType CORE
public static final YAttributeDeployment.TableType LOC
public static final YAttributeDeployment.TableType PROPS
public static YAttributeDeployment.TableType[] values()
for (YAttributeDeployment.TableType c : YAttributeDeployment.TableType.values()) System.out.println(c);
public static YAttributeDeployment.TableType 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 nullCopyright © 2017 SAP SE. All Rights Reserved.