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 TypedLiteralTypeWcs10Factory. createTypedLiteralType()Returns a new object of class 'Typed Literal Type'.TypedLiteralTypeValuesType. getDefault()Returns the value of the 'Default' containment reference.TypedLiteralTypeValueRangeType. getMax()Returns the value of the 'Max' containment reference.TypedLiteralTypeValueRangeType. getMin()Returns the value of the 'Min' containment reference.TypedLiteralTypeIntervalType. getRes()Returns the value of the 'Res' containment reference.TypedLiteralTypeDocumentRoot. 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 voidValuesType. 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 TypedLiteralType Modifier and Type Class Description classTypedLiteralTypeImplAn implementation of the model object 'Typed Literal Type'.Fields in net.opengis.wcs10.impl declared as TypedLiteralType Modifier and Type Field Description protected 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 TypedLiteralType Modifier and Type Method Description TypedLiteralTypeWcs10FactoryImpl. createTypedLiteralType()TypedLiteralTypeValuesTypeImpl. getDefault()TypedLiteralTypeValueRangeTypeImpl. getMax()TypedLiteralTypeValueRangeTypeImpl. getMin()TypedLiteralTypeIntervalTypeImpl. getRes()TypedLiteralTypeDocumentRootImpl. getSingleValue()Methods in net.opengis.wcs10.impl with parameters of type TypedLiteralType Modifier and Type Method Description NotificationChainValuesTypeImpl. 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 TypedLiteralType Modifier and Type Method Description ObjectWcs10Switch. 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 booleanValuesTypeValidator. validateDefault(TypedLiteralType value)booleanValueRangeTypeValidator. validateMax(TypedLiteralType value)booleanValueRangeTypeValidator. validateMin(TypedLiteralType value)booleanIntervalTypeValidator. validateRes(TypedLiteralType value)booleanDocumentRootValidator. validateSingleValue(TypedLiteralType value)
-