public class RoleUnitParameter extends Object implements Serializable
name
and a value
.Constructor and Description |
---|
RoleUnitParameter(String name)
|
RoleUnitParameter(String name,
String value)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getName()
Returns the name of the parameter.
|
String |
getValue()
Returns the value of the parameter.
|
int |
hashCode() |
String |
toString() |
static String |
toString(String name,
String value)
Returns a string representation of this parameter.
|
public RoleUnitParameter(String name)
name
- the name of the parameterCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.