| Package | Description |
|---|---|
| org.apache.shindig.protocol.model |
| Modifier and Type | Method and Description |
|---|---|
static Model.Engine |
Model.Engine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model.Engine[] |
Model.Engine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.shindig.protocol.model.Enum<Model.Engine>> |
Model.Car.getEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
Model.Car.setEngine(List<org.apache.shindig.protocol.model.Enum<Model.Engine>> engine) |
| Constructor and Description |
|---|
Model.Car(List<org.apache.shindig.protocol.model.Enum<Model.Engine>> engine,
Map<String,String> parkingTickets,
List<Model.Passenger> passengers) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.