Uses of Class
com.hack23.cia.model.internal.application.data.impl.VoteMetaDataType

Packages that use VoteMetaDataType
com.hack23.cia.model.internal.application.data.impl   
 

Uses of VoteMetaDataType in com.hack23.cia.model.internal.application.data.impl
 

Fields in com.hack23.cia.model.internal.application.data.impl declared as VoteMetaDataType
protected  VoteMetaDataType VoteMetaData.type
           
 

Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type VoteMetaDataType
static javax.persistence.metamodel.SingularAttribute<VoteMetaData,VoteMetaDataType> VoteMetaData_.type
           
 

Methods in com.hack23.cia.model.internal.application.data.impl that return VoteMetaDataType
static VoteMetaDataType VoteMetaDataType.fromValue(String v)
           
 VoteMetaDataType VoteMetaData.getType()
          Gets the value of the type property.
static VoteMetaDataType VoteMetaDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VoteMetaDataType[] VoteMetaDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.internal.application.data.impl with parameters of type VoteMetaDataType
 void VoteMetaData.setType(VoteMetaDataType value)
          Sets the value of the type property.
 VoteMetaData VoteMetaData.withType(VoteMetaDataType value)
           
 



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