Uses of Class
com.hack23.cia.model.api.sweden.VoteMetaDataData.Outcome

Packages that use VoteMetaDataData.Outcome
com.hack23.cia.model.api.sweden Parliament interfaces for objects in the model. 
com.hack23.cia.model.impl.sweden The entity model related to Swedish parliament members votes. 
 

Uses of VoteMetaDataData.Outcome in com.hack23.cia.model.api.sweden
 

Methods in com.hack23.cia.model.api.sweden that return VoteMetaDataData.Outcome
static VoteMetaDataData.Outcome VoteMetaDataData.Outcome.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VoteMetaDataData.Outcome[] VoteMetaDataData.Outcome.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.api.sweden with parameters of type VoteMetaDataData.Outcome
 void VoteMetaDataData.setOutcome(VoteMetaDataData.Outcome lost)
          Sets the outcome.
 

Uses of VoteMetaDataData.Outcome in com.hack23.cia.model.impl.sweden
 

Methods in com.hack23.cia.model.impl.sweden that return VoteMetaDataData.Outcome
 VoteMetaDataData.Outcome VoteMetaData.getOutcome()
          Gets the outcome.
 

Methods in com.hack23.cia.model.impl.sweden with parameters of type VoteMetaDataData.Outcome
 void VoteMetaData.setOutcome(VoteMetaDataData.Outcome outcome)
           
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.