| Package | Description |
|---|---|
| org.apache.shindig.protocol.model |
| Modifier and Type | Method and Description |
|---|---|
Model.Gender |
Model.Passenger.getGender() |
static Model.Gender |
Model.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.Gender[] |
Model.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 |
Model.Passenger.setGender(Model.Gender gender) |
| Constructor and Description |
|---|
Model.Passenger(String name,
Model.Gender gender) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.