Package com.luciad.earth.util
Class TLcdEarthMultivaluedDataParameter
java.lang.Object
com.luciad.earth.util.TLcdEarthMultivaluedDataParameter
A multi-valued data parameter, consisting of an ID, a name and a unit.
- Since:
- 11.0
-
Constructor Summary
ConstructorDescriptionTLcdEarthMultivaluedDataParameter
(String aId, String aName, String aUnit) Constructs a new parameter with given name an unit. -
Method Summary
-
Constructor Details
-
TLcdEarthMultivaluedDataParameter
Constructs a new parameter with given name an unit.- Parameters:
aId
- an ID, must not benull
aName
- a nameaUnit
- a unit
-
-
Method Details
-
getId
Gets the ID of this parameter.- Returns:
- the ID of this parameter, never
null
-
getName
Gets the name of this parameter.- Returns:
- the name of this parameter
-
getUnit
Gets the unit of this parameter.- Returns:
- the unit of this parameter
-
equals
Two parameters are equal if their IDs match. -
hashCode
public int hashCode() -
toString
-