com.elixirtech.ers2.client
Class Parameter
java.lang.Object
com.elixirtech.ers2.client.Parameter
public class Parameter
- extends java.lang.Object
Constructor Summary |
Parameter(java.lang.String name,
java.lang.String type,
java.lang.String defaultValue)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_ARRAY
public static final Parameter[] EMPTY_ARRAY
Parameter
public Parameter(java.lang.String name,
java.lang.String type,
java.lang.String defaultValue)
getName
public java.lang.String getName()
getType
public java.lang.String getType()
getDefaultValue
public java.lang.String getDefaultValue()