- All Known Subinterfaces:
ParameterValue<T>
,ParameterValueGroup
@UML(identifier="CC_GeneralParameterValue",
specification=ISO_19111)
public interface GeneralParameterValue
Abstract parameter value or group of parameter values.
- Since:
- 1.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Returns a copy of this parameter value or group.Returns the abstract definition of this parameter or group of parameters.
-
Method Details
-
getDescriptor
@UML(identifier="parameter", obligation=MANDATORY, specification=ISO_19111) GeneralParameterDescriptor getDescriptor()Returns the abstract definition of this parameter or group of parameters.- Returns:
- The abstract definition of this parameter or group of parameters.
-
clone
GeneralParameterValue clone()Returns a copy of this parameter value or group.- Returns:
- A copy of this parameter value or group.
-