de.surethingies.properties
Class TypedParameter
java.lang.Object
de.surethingies.properties.TypedParameter
- All Implemented Interfaces:
- Comparable<TypedParameter>
public class TypedParameter
- extends Object
- implements Comparable<TypedParameter>
Stores a Value, identified by identifier for Parameter parameter
- Author:
- krueger
TypedParameter
public TypedParameter(Parameter parameter,
String identifier,
String value)
getGroup
public String getGroup()
- Returns:
- get the Group for this Parameter
getParameter
public Parameter getParameter()
- Returns:
- get the managed Parameter
getIdentifier
public String getIdentifier()
- Returns:
- the unique Identifier for this Parameter
getValue
public String getValue()
- Returns:
- get the current Value
setValue
public void setValue(String value)
- Set the Value of the TypedParameter
- Parameters:
value
-
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
compareTo
public int compareTo(TypedParameter o)
- Specified by:
compareTo
in interface Comparable<TypedParameter>
Copyright © 2007. All Rights Reserved.