| Modifier and Type | Field and Description |
|---|---|
static java.util.List<PackageOptionType> |
PackageOptionType.VALUES
A public read-only list of all the 'Package Option Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static PackageOptionType |
PackageOptionType.get(int value)
Returns the 'Package Option Type' literal with the specified integer value.
|
static PackageOptionType |
PackageOptionType.get(java.lang.String literal)
Returns the 'Package Option Type' literal with the specified literal value.
|
static PackageOptionType |
PackageOptionType.getByName(java.lang.String name)
Returns the 'Package Option Type' literal with the specified name.
|
PackageOptionType |
PackageOption.getType()
Returns the value of the 'Type' attribute.
|
static PackageOptionType |
PackageOptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PackageOptionType[] |
PackageOptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageOption.setType(PackageOptionType value)
Sets the value of the '
Type' attribute. |