|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VoteGroupBehavior | |
---|---|
com.hack23.cia.model.internal.application.data.impl |
Uses of VoteGroupBehavior in com.hack23.cia.model.internal.application.data.impl |
---|
Fields in com.hack23.cia.model.internal.application.data.impl declared as VoteGroupBehavior | |
---|---|
protected VoteGroupBehavior |
VoteMetaData.groupBehavior
|
Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type VoteGroupBehavior | |
---|---|
static javax.persistence.metamodel.SingularAttribute<VoteMetaData,VoteGroupBehavior> |
VoteMetaData_.groupBehavior
|
Methods in com.hack23.cia.model.internal.application.data.impl that return VoteGroupBehavior | |
---|---|
static VoteGroupBehavior |
VoteGroupBehavior.fromValue(String v)
|
VoteGroupBehavior |
VoteMetaData.getGroupBehavior()
Gets the value of the groupBehavior property. |
static VoteGroupBehavior |
VoteGroupBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VoteGroupBehavior[] |
VoteGroupBehavior.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 VoteGroupBehavior | |
---|---|
void |
VoteMetaData.setGroupBehavior(VoteGroupBehavior value)
Sets the value of the groupBehavior property. |
VoteMetaData |
VoteMetaData.withGroupBehavior(VoteGroupBehavior value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |