Uses of Class
org.ow2.jasmine.jadort.api.topology.xml.ServerType

Uses of ServerType in org.ow2.jasmine.jadort.api.topology.xml
 

Fields in org.ow2.jasmine.jadort.api.topology.xml declared as ServerType
protected  ServerType Target.type
           
protected  ServerType Server.type
           
 

Methods in org.ow2.jasmine.jadort.api.topology.xml that return ServerType
static ServerType ServerType.fromValue(java.lang.String v)
           
 ServerType Target.getType()
          Gets the value of the type property.
 ServerType Server.getType()
          Gets the value of the type property.
static ServerType ServerType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServerType[] ServerType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ow2.jasmine.jadort.api.topology.xml with parameters of type ServerType
 void Target.setType(ServerType value)
          Sets the value of the type property.
 void Server.setType(ServerType value)
          Sets the value of the type property.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.