Package net.opengis.wcs10
Interface MetadataLinkType
-
- All Superinterfaces:
EObject
,MetadataAssociationType
,MetaDataPropertyType
,Notifier
- All Known Implementing Classes:
MetadataLinkTypeImpl
public interface MetadataLinkType extends MetadataAssociationType
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:
Wcs10Package.getMetadataLinkType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataTypeType
getMetadataType()
Returns the value of the 'Metadata Type' attribute.boolean
isSetMetadataType()
Returns whether the value of the 'Metadata Type
' attribute is set.void
setMetadataType(MetadataTypeType value)
Sets the value of the 'Metadata Type
' attribute.void
unsetMetadataType()
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
-
-
-
-
Method Detail
-
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:
MetadataTypeType
,isSetMetadataType()
,unsetMetadataType()
,setMetadataType(MetadataTypeType)
,Wcs10Package.getMetadataLinkType_MetadataType()
-
setMetadataType
void setMetadataType(MetadataTypeType value)
Sets the value of the 'Metadata Type
' attribute.- Parameters:
value
- the new value of the 'Metadata Type' attribute.- See Also:
MetadataTypeType
,isSetMetadataType()
,unsetMetadataType()
,getMetadataType()
-
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:
unsetMetadataType()
,getMetadataType()
,setMetadataType(MetadataTypeType)
-
-