|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the enum class defining all possible values of this grouppublic interface IGroup<E extends Enum<E>>
A value group.
This interface represents a value group. The value of this group is a single integer value,
which can be accessed using longValue()
. How this value can be interpreted, depends
on the used protocol version and on the type of the group.
A flag group
may have multiple active flags at the same time.
A IEnumGroup
may have only one value set at the same time.
See longValue()
for the current value of this group.
See getGroupClass()
for an enumeration class defining all possible values of this group.
IFlagGroup
,
IEnumGroup
Method Summary | |
---|---|
Class<E> |
getGroupClass()
Gets the enumeration class defining the possible values for this group. |
long |
longValue()
Gets the current value. |
Methods inherited from interface org.jmythapi.IVersionable |
---|
getVersionNr |
Method Detail |
---|
long longValue()
Class<E> getGroupClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |