Uses of Class
org.eclipse.modisco.jee.webapp.webapp30.WebAppVersionType

Packages that use WebAppVersionType
org.eclipse.modisco.jee.webapp.webapp30   
 

Uses of WebAppVersionType in org.eclipse.modisco.jee.webapp.webapp30
 

Fields in org.eclipse.modisco.jee.webapp.webapp30 with type parameters of type WebAppVersionType
static java.util.List<WebAppVersionType> WebAppVersionType.VALUES
          A public read-only list of all the 'Web App Version Type' enumerators.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 that return WebAppVersionType
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're declared.
 

Methods in org.eclipse.modisco.jee.webapp.webapp30 with parameters of type WebAppVersionType
 void WebAppType.setVersion(WebAppVersionType value)
          Sets the value of the 'Version' attribute.
 void WebFragmentType.setVersion(WebAppVersionType value)
          Sets the value of the 'Version' attribute.