Uses of Class
org.openxma.dsl.dom.model.ServiceType

Packages that use ServiceType
org.openxma.dsl.dom.model   
 

Uses of ServiceType in org.openxma.dsl.dom.model
 

Fields in org.openxma.dsl.dom.model with type parameters of type ServiceType
static List<ServiceType> ServiceType.VALUES
          A public read-only list of all the 'Service Type' enumerators.
 

Methods in org.openxma.dsl.dom.model that return ServiceType
static ServiceType ServiceType.get(int value)
          Returns the 'Service Type' literal with the specified integer value.
static ServiceType ServiceType.get(String literal)
          Returns the 'Service Type' literal with the specified literal value.
static ServiceType ServiceType.getByName(String name)
          Returns the 'Service Type' literal with the specified name.
static ServiceType ServiceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ServiceType[] ServiceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.