Uses of Interface
net.opengis.wcs10.TypedLiteralType
-
Packages that use TypedLiteralType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.util net.opengis.wcs10.validation -
-
Uses of TypedLiteralType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return TypedLiteralType Modifier and Type Method Description TypedLiteralType
Wcs10Factory. createTypedLiteralType()
Returns a new object of class 'Typed Literal Type'.TypedLiteralType
ValuesType. getDefault()
Returns the value of the 'Default' containment reference.TypedLiteralType
ValueRangeType. getMax()
Returns the value of the 'Max' containment reference.TypedLiteralType
ValueRangeType. getMin()
Returns the value of the 'Min' containment reference.TypedLiteralType
IntervalType. getRes()
Returns the value of the 'Res' containment reference.TypedLiteralType
DocumentRoot. getSingleValue()
Returns the value of the 'Single Value' containment reference.Methods in net.opengis.wcs10 with parameters of type TypedLiteralType Modifier and Type Method Description void
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 TypedLiteralType Modifier and Type Class Description class
TypedLiteralTypeImpl
An implementation of the model object 'Typed Literal Type'.Fields in net.opengis.wcs10.impl declared as TypedLiteralType Modifier and Type Field Description protected 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 TypedLiteralType Modifier and Type Method Description TypedLiteralType
Wcs10FactoryImpl. createTypedLiteralType()
TypedLiteralType
ValuesTypeImpl. getDefault()
TypedLiteralType
ValueRangeTypeImpl. getMax()
TypedLiteralType
ValueRangeTypeImpl. getMin()
TypedLiteralType
IntervalTypeImpl. getRes()
TypedLiteralType
DocumentRootImpl. getSingleValue()
Methods in net.opengis.wcs10.impl with parameters of type TypedLiteralType Modifier and Type Method Description NotificationChain
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 TypedLiteralType Modifier and Type Method Description Object
Wcs10Switch. 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 TypedLiteralType Modifier and Type Method Description boolean
ValuesTypeValidator. validateDefault(TypedLiteralType value)
boolean
ValueRangeTypeValidator. validateMax(TypedLiteralType value)
boolean
ValueRangeTypeValidator. validateMin(TypedLiteralType value)
boolean
IntervalTypeValidator. validateRes(TypedLiteralType value)
boolean
DocumentRootValidator. validateSingleValue(TypedLiteralType value)
-