public abstract class MHawkParameter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHelpString()
Return the help string
|
java.util.Vector |
getLegalChoices()
Return the list of legal value choices
|
java.lang.String |
getParameterName()
Return the parameter name
|
java.lang.Object |
getSample()
Return the sample
|
int |
getType()
Return the type of this parameter
|
java.util.Vector |
getValueChoices()
Return the list of value choices
|
public java.lang.String getParameterName()
public java.lang.String getHelpString()
public java.util.Vector getValueChoices()
public java.util.Vector getLegalChoices()
public java.lang.Object getSample()
public int getType()