|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.generator.model.ParameterModel
public class ParameterModel
Represents the generator model for a single parameter of a service operation.
| Constructor Summary | |
|---|---|
ParameterModel(String name,
String type)
Creates a new model instance. |
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name for this parameter. |
String |
getType()
Returns the ActionScript type of this parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterModel(String name,
String type)
name - the name of the parametertype - the ActionScript type of the parameter (not fully qualified)| Method Detail |
|---|
public String getName()
public String getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||