- All Known Subinterfaces:
ParameterValue<T>
,ParameterValueGroup
@Classifier(ABSTRACT)
@UML(identifier="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
Returns a copy of this parameter value or group.- Returns:
- a copy of this parameter value or group.
-