Uses of Class
com.sun.xml.ws.tx.at.v10.types.Vote
-
Packages that use Vote Package Description 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 Modifier and Type Field Description protected VotePrepareResponse. voteMethods in com.sun.xml.ws.tx.at.v10.types that return Vote Modifier and Type Method Description static VoteVote. fromValue(String v)VotePrepareResponse. getVote()Gets the value of the vote property.static VoteVote. 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 Modifier and Type Method Description voidPrepareResponse. setVote(Vote value)Sets the value of the vote property.
-