Package net.opengis.wcs10
Interface MetadataLinkType
- All Superinterfaces:
EObject
,MetadataAssociationType
,MetaDataPropertyType
,Notifier
- All Known Implementing Classes:
MetadataLinkTypeImpl
A representation of the model object 'Metadata Link Type'.
Refers to a metadata package that contains metadata properties for an object. The metadataType attribute indicates the type of metadata referred to.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Metadata Type' attribute.boolean
Returns whether the value of the 'Metadata Type
' attribute is set.void
setMetadataType
(MetadataTypeType value) Sets the value of the 'Metadata Type
' attribute.void
Unsets the value of the 'Metadata Type
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface MetaDataPropertyType
getAbout, getActuate, getArcrole, getHref, getMetaData, getMetaDataGroup, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetShow, isSetType, setAbout, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetShow, unsetType
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMetadataType
MetadataTypeType getMetadataType()Returns the value of the 'Metadata Type' attribute. The default value is"TC211"
. The literals are from the enumerationMetadataTypeType
.If the meaning of the 'Metadata Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Metadata Type' attribute.
- See Also:
-
setMetadataType
Sets the value of the 'Metadata Type
' attribute.- Parameters:
value
- the new value of the 'Metadata Type' attribute.- See Also:
-
unsetMetadataType
void unsetMetadataType()Unsets the value of the 'Metadata Type
' attribute. -
isSetMetadataType
boolean isSetMetadataType()Returns whether the value of the 'Metadata Type
' attribute is set.- Returns:
- whether the value of the 'Metadata Type' attribute is set.
- See Also:
-