| Package | Description |
|---|---|
| org.eclipse.modisco.jee.webapp.webapp30 |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<WebAppVersionType> |
WebAppVersionType.VALUES
A public read-only list of all the 'Web App Version Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static WebAppVersionType |
WebAppVersionType.get(int value)
Returns the 'Web App Version Type' literal with the specified integer value.
|
static WebAppVersionType |
WebAppVersionType.get(java.lang.String literal)
Returns the 'Web App Version Type' literal with the specified literal value.
|
static WebAppVersionType |
WebAppVersionType.getByName(java.lang.String name)
Returns the 'Web App Version Type' literal with the specified name.
|
WebAppVersionType |
WebAppType.getVersion()
Returns the value of the 'Version' attribute.
|
WebAppVersionType |
WebFragmentType.getVersion()
Returns the value of the 'Version' attribute.
|
static WebAppVersionType |
WebAppVersionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebAppVersionType[] |
WebAppVersionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppType.setVersion(WebAppVersionType value)
Sets the value of the '
Version' attribute. |
void |
WebFragmentType.setVersion(WebAppVersionType value)
Sets the value of the '
Version' attribute. |