Uses of Class
com.sun.xml.ws.tx.at.v10.types.Vote

Packages that use Vote
com.sun.xml.ws.tx.at.v10.types   
 

Uses of Vote in com.sun.xml.ws.tx.at.v10.types
 

Fields in com.sun.xml.ws.tx.at.v10.types declared as Vote
protected  Vote PrepareResponse.vote
           
 

Methods in com.sun.xml.ws.tx.at.v10.types that return Vote
static Vote Vote.fromValue(String v)
           
 Vote PrepareResponse.getVote()
          Gets the value of the vote property.
static Vote Vote.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Vote[] Vote.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.xml.ws.tx.at.v10.types with parameters of type Vote
 void PrepareResponse.setVote(Vote value)
          Sets the value of the vote property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.