public class Parm extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static Parm |
copyFrom(IParm source) |
String |
getParmName()
Returns the value of field 'parmName'.
|
Value |
getValue()
Returns the value of field 'value'.
|
boolean |
isValid() |
void |
setParmName(String parmName)
Sets the value of field 'parmName'.
|
void |
setValue(Value value)
Sets the value of field 'value'.
|
String |
toString() |
public String getParmName()
public Value getValue()
public void setParmName(String parmName)
parmName
- the value of field 'parmName'.public void setValue(Value value)
value
- the value of field 'value'.public boolean isValid()
Copyright © 2021. All rights reserved.