Uses of Class
org.ow2.kerneos.common.config.generated.ServiceType

Packages that use ServiceType
org.ow2.kerneos.common.config.generated   
 

Uses of ServiceType in org.ow2.kerneos.common.config.generated
 

Fields in org.ow2.kerneos.common.config.generated declared as ServiceType
protected  ServiceType Service.type
           
 

Methods in org.ow2.kerneos.common.config.generated that return ServiceType
static ServiceType ServiceType.fromValue(String v)
           
 ServiceType Service.getType()
          Gets the value of the type property.
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.
 

Methods in org.ow2.kerneos.common.config.generated with parameters of type ServiceType
 void Service.setType(ServiceType value)
          Sets the value of the type property.
 



Copyright © 2013 OW2 Consortium. All Rights Reserved.