|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinput.Parameter
public class Parameter
Classe simple pour les parametres.
| Constructor Summary | |
|---|---|
Parameter(java.lang.String t,
java.lang.String n)
Le constructeur de parametre. |
|
| Method Summary | |
|---|---|
java.lang.String |
generate()
|
java.lang.String |
getType()
|
java.lang.String |
getVariable()
|
void |
setType(java.lang.String type)
Affecte le type. |
void |
setVariable(java.lang.String variable)
Affecte le nom. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter(java.lang.String t,
java.lang.String n)
t - n - | Method Detail |
|---|
public java.lang.String generate()
public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String getVariable()
public void setVariable(java.lang.String variable)
variable -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||