Package | Description |
---|---|
org.infinispan.protostream.sampledomain | |
org.infinispan.protostream.sampledomain.marshallers |
Modifier and Type | Method and Description |
---|---|
User.Gender |
User.getGender() |
static User.Gender |
User.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.Gender[] |
User.Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setGender(User.Gender gender) |
Modifier and Type | Method and Description |
---|---|
User.Gender |
GenderMarshaller.decode(int enumValue) |
Modifier and Type | Method and Description |
---|---|
Class<? extends User.Gender> |
GenderMarshaller.getJavaClass() |
Modifier and Type | Method and Description |
---|---|
int |
GenderMarshaller.encode(User.Gender gender) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.