public class Parameter extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name |
SubType[] |
subType |
String |
type |
String |
value |
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
SubType[] |
getSubType() |
String |
getType() |
String |
getValue() |
boolean |
setValue(Object value) |
String |
toString() |
Copyright © 2020. All rights reserved.