Uses of Class
net.opengis.iso19139.gmx.v_20070417.OperationParameterAltPropertyType
-
Packages that use OperationParameterAltPropertyType Package Description net.opengis.iso19139.gmx.v_20070417 -
-
Uses of OperationParameterAltPropertyType in net.opengis.iso19139.gmx.v_20070417
Fields in net.opengis.iso19139.gmx.v_20070417 with type parameters of type OperationParameterAltPropertyType Modifier and Type Field Description protected List<OperationParameterAltPropertyType>MLOperationParameterGroupType. alternativeExpressionprotected List<OperationParameterAltPropertyType>MLOperationParameterType. alternativeExpressionMethods in net.opengis.iso19139.gmx.v_20070417 that return types with arguments of type OperationParameterAltPropertyType Modifier and Type Method Description List<OperationParameterAltPropertyType>MLOperationParameterGroupType. getAlternativeExpression()Gets the value of the alternativeExpression property.List<OperationParameterAltPropertyType>MLOperationParameterType. getAlternativeExpression()Gets the value of the alternativeExpression property.Methods in net.opengis.iso19139.gmx.v_20070417 with parameters of type OperationParameterAltPropertyType Modifier and Type Method Description MLOperationParameterGroupTypeMLOperationParameterGroupType. withAlternativeExpression(OperationParameterAltPropertyType... values)MLOperationParameterTypeMLOperationParameterType. withAlternativeExpression(OperationParameterAltPropertyType... values)Method parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type OperationParameterAltPropertyType Modifier and Type Method Description voidMLOperationParameterGroupType. setAlternativeExpression(List<OperationParameterAltPropertyType> value)voidMLOperationParameterType. setAlternativeExpression(List<OperationParameterAltPropertyType> value)MLOperationParameterGroupTypeMLOperationParameterGroupType. withAlternativeExpression(Collection<OperationParameterAltPropertyType> values)MLOperationParameterGroupTypeMLOperationParameterGroupType. withAlternativeExpression(List<OperationParameterAltPropertyType> value)MLOperationParameterTypeMLOperationParameterType. withAlternativeExpression(Collection<OperationParameterAltPropertyType> values)MLOperationParameterTypeMLOperationParameterType. withAlternativeExpression(List<OperationParameterAltPropertyType> value)Constructor parameters in net.opengis.iso19139.gmx.v_20070417 with type arguments of type OperationParameterAltPropertyType Constructor Description MLOperationParameterGroupType(List<OperationParameterAltPropertyType> alternativeExpression)Fully-initialising value constructorMLOperationParameterType(List<OperationParameterAltPropertyType> alternativeExpression)Fully-initialising value constructor
-