Uses of Interface
net.opengis.wcs10.TypedLiteralType
Packages that use TypedLiteralType
Package
Description
-
Uses of TypedLiteralType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return TypedLiteralTypeModifier and TypeMethodDescriptionWcs10Factory.createTypedLiteralType()Returns a new object of class 'Typed Literal Type'.ValuesType.getDefault()Returns the value of the 'Default' containment reference.ValueRangeType.getMax()Returns the value of the 'Max' containment reference.ValueRangeType.getMin()Returns the value of the 'Min' containment reference.IntervalType.getRes()Returns the value of the 'Res' containment reference.DocumentRoot.getSingleValue()Returns the value of the 'Single Value' containment reference.Methods in net.opengis.wcs10 with parameters of type TypedLiteralTypeModifier and TypeMethodDescriptionvoidValuesType.setDefault(TypedLiteralType value) Sets the value of the 'Default' containment reference.voidValueRangeType.setMax(TypedLiteralType value) Sets the value of the 'Max' containment reference.voidValueRangeType.setMin(TypedLiteralType value) Sets the value of the 'Min' containment reference.voidIntervalType.setRes(TypedLiteralType value) Sets the value of the 'Res' containment reference.voidDocumentRoot.setSingleValue(TypedLiteralType value) Sets the value of the 'Single Value' containment reference. -
Uses of TypedLiteralType in net.opengis.wcs10.impl
Classes in net.opengis.wcs10.impl that implement TypedLiteralTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Typed Literal Type'.Fields in net.opengis.wcs10.impl declared as TypedLiteralTypeModifier and TypeFieldDescriptionprotected TypedLiteralTypeValuesTypeImpl.default_The cached value of the 'Default' containment reference.protected TypedLiteralTypeValueRangeTypeImpl.maxThe cached value of the 'Max' containment reference.protected TypedLiteralTypeValueRangeTypeImpl.minThe cached value of the 'Min' containment reference.protected TypedLiteralTypeIntervalTypeImpl.resThe cached value of the 'Res' containment reference.Methods in net.opengis.wcs10.impl that return TypedLiteralTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createTypedLiteralType()ValuesTypeImpl.getDefault()ValueRangeTypeImpl.getMax()ValueRangeTypeImpl.getMin()IntervalTypeImpl.getRes()DocumentRootImpl.getSingleValue()Methods in net.opengis.wcs10.impl with parameters of type TypedLiteralTypeModifier and TypeMethodDescriptionNotificationChainValuesTypeImpl.basicSetDefault(TypedLiteralType newDefault, NotificationChain msgs) NotificationChainValueRangeTypeImpl.basicSetMax(TypedLiteralType newMax, NotificationChain msgs) NotificationChainValueRangeTypeImpl.basicSetMin(TypedLiteralType newMin, NotificationChain msgs) NotificationChainIntervalTypeImpl.basicSetRes(TypedLiteralType newRes, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetSingleValue(TypedLiteralType newSingleValue, NotificationChain msgs) voidValuesTypeImpl.setDefault(TypedLiteralType newDefault) voidValueRangeTypeImpl.setMax(TypedLiteralType newMax) voidValueRangeTypeImpl.setMin(TypedLiteralType newMin) voidIntervalTypeImpl.setRes(TypedLiteralType newRes) voidDocumentRootImpl.setSingleValue(TypedLiteralType newSingleValue) -
Uses of TypedLiteralType in net.opengis.wcs10.util
Methods in net.opengis.wcs10.util with parameters of type TypedLiteralTypeModifier and TypeMethodDescriptionWcs10Switch.caseTypedLiteralType(TypedLiteralType object) Returns the result of interpreting the object as an instance of 'Typed Literal Type'. -
Uses of TypedLiteralType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type TypedLiteralTypeModifier and TypeMethodDescriptionbooleanValuesTypeValidator.validateDefault(TypedLiteralType value) booleanValueRangeTypeValidator.validateMax(TypedLiteralType value) booleanValueRangeTypeValidator.validateMin(TypedLiteralType value) booleanIntervalTypeValidator.validateRes(TypedLiteralType value) booleanDocumentRootValidator.validateSingleValue(TypedLiteralType value)