Uses of Class
com.hack23.cia.model.api.application.ParliamentOperationType

Packages that use ParliamentOperationType
com.hack23.cia.model.api.application Application interfaces for objects in the model. 
com.hack23.cia.model.impl.application.user User action events entity model. 
 

Uses of ParliamentOperationType in com.hack23.cia.model.api.application
 

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

Uses of ParliamentOperationType in com.hack23.cia.model.impl.application.user
 

Methods in com.hack23.cia.model.impl.application.user that return ParliamentOperationType
 ParliamentOperationType AbstractParliamentActionEvent.getCitizenOperation()
          Gets the citizen operation.
 

Methods in com.hack23.cia.model.impl.application.user with parameters of type ParliamentOperationType
 void AbstractParliamentActionEvent.setCitizenOperation(ParliamentOperationType citizenOperation)
          Sets the citizen operation.
 



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