JHPcte
Class PcteArgument
java.lang.Object
|
+--JHPcte.PcteArgument
- public class PcteArgument
- extends java.lang.Object
The PcteArgument class. It encapsulate one user argument with symbolic name,
value and type of the argument.
|
Constructor Summary |
PcteArgument(java.lang.String name,
java.lang.Object value,
int type)
Create a new instance of PcteArgument |
|
Method Summary |
java.lang.String |
getName()
Gets the symbolic name |
int |
getType()
Gets the type |
java.lang.Object |
getValue()
Gets the value |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PcteArgument
public PcteArgument(java.lang.String name,
java.lang.Object value,
int type)
- Create a new instance of PcteArgument
- Parameters:
name - the symbolic namevalue - the valuetype - the type
getName
public java.lang.String getName()
- Gets the symbolic name
- Returns:
- the name
getValue
public java.lang.Object getValue()
- Gets the value
- Returns:
- the value
getType
public int getType()
- Gets the type
- Returns:
- the type
toString
public java.lang.String toString()
- Returns a string representation of the object.
- Overrides:
toString in class java.lang.Object
- Returns:
- the string representation