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 TypeMethodDescriptionvoid
ValuesType.setDefault
(TypedLiteralType value) Sets the value of the 'Default
' containment reference.void
ValueRangeType.setMax
(TypedLiteralType value) Sets the value of the 'Max
' containment reference.void
ValueRangeType.setMin
(TypedLiteralType value) Sets the value of the 'Min
' containment reference.void
IntervalType.setRes
(TypedLiteralType value) Sets the value of the 'Res
' containment reference.void
DocumentRoot.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 TypeClassDescriptionclass
An implementation of the model object 'Typed Literal Type'.Fields in net.opengis.wcs10.impl declared as TypedLiteralTypeModifier and TypeFieldDescriptionprotected TypedLiteralType
ValuesTypeImpl.default_
The cached value of the 'Default
' containment reference.protected TypedLiteralType
ValueRangeTypeImpl.max
The cached value of the 'Max
' containment reference.protected TypedLiteralType
ValueRangeTypeImpl.min
The cached value of the 'Min
' containment reference.protected TypedLiteralType
IntervalTypeImpl.res
The 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 TypeMethodDescriptionNotificationChain
ValuesTypeImpl.basicSetDefault
(TypedLiteralType newDefault, NotificationChain msgs) NotificationChain
ValueRangeTypeImpl.basicSetMax
(TypedLiteralType newMax, NotificationChain msgs) NotificationChain
ValueRangeTypeImpl.basicSetMin
(TypedLiteralType newMin, NotificationChain msgs) NotificationChain
IntervalTypeImpl.basicSetRes
(TypedLiteralType newRes, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetSingleValue
(TypedLiteralType newSingleValue, NotificationChain msgs) void
ValuesTypeImpl.setDefault
(TypedLiteralType newDefault) void
ValueRangeTypeImpl.setMax
(TypedLiteralType newMax) void
ValueRangeTypeImpl.setMin
(TypedLiteralType newMin) void
IntervalTypeImpl.setRes
(TypedLiteralType newRes) void
DocumentRootImpl.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 TypeMethodDescriptionboolean
ValuesTypeValidator.validateDefault
(TypedLiteralType value) boolean
ValueRangeTypeValidator.validateMax
(TypedLiteralType value) boolean
ValueRangeTypeValidator.validateMin
(TypedLiteralType value) boolean
IntervalTypeValidator.validateRes
(TypedLiteralType value) boolean
DocumentRootValidator.validateSingleValue
(TypedLiteralType value)