Interface MetadataType
-
- All Superinterfaces:
EObject,Notifier
- All Known Subinterfaces:
AdditionalParametersBaseType,AdditionalParametersType
- All Known Implementing Classes:
AdditionalParametersBaseTypeImpl,AdditionalParametersTypeImpl,MetadataTypeImpl
public interface MetadataType extends EObjectA representation of the model object 'Metadata Type'. This element either references or contains more metadata about the element that includes this element. To reference metadata stored remotely, at least the xlinks:href attribute in xlink:simpleAttrs shall be included. Either at least one of the attributes in xlink:simpleAttrs or a substitute for the AbstractMetaData element shall be included, but not both. An Implementation Specification can restrict the contents of this element to always be a reference or always contain metadata. (Informative: This element was adapted from the metaDataProperty element in GML 3.0.)The following features are supported:
- See Also:
Ows20Package.getMetadataType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAbout()Returns the value of the 'About' attribute.EObjectgetAbstractMetaData()Returns the value of the 'Abstract Meta Data' containment reference.FeatureMapgetAbstractMetaDataGroup()Returns the value of the 'Abstract Meta Data Group' attribute list.ActuateTypegetActuate()Returns the value of the 'Actuate' attribute.StringgetArcrole()Returns the value of the 'Arcrole' attribute.StringgetHref()Returns the value of the 'Href' attribute.StringgetRole()Returns the value of the 'Role' attribute.ShowTypegetShow()Returns the value of the 'Show' attribute.StringgetTitle()Returns the value of the 'Title' attribute.TypeTypegetType()Returns the value of the 'Type' attribute.booleanisSetActuate()Returns whether the value of the 'Actuate' attribute is set.booleanisSetShow()Returns whether the value of the 'Show' attribute is set.booleanisSetType()Returns whether the value of the 'Type' attribute is set.voidsetAbout(String value)Sets the value of the 'About' attribute.voidsetActuate(ActuateType value)Sets the value of the 'Actuate' attribute.voidsetArcrole(String value)Sets the value of the 'Arcrole' attribute.voidsetHref(String value)Sets the value of the 'Href' attribute.voidsetRole(String value)Sets the value of the 'Role' attribute.voidsetShow(ShowType value)Sets the value of the 'Show' attribute.voidsetTitle(String value)Sets the value of the 'Title' attribute.voidsetType(TypeType value)Sets the value of the 'Type' attribute.voidunsetActuate()Unsets the value of the 'Actuate' attribute.voidunsetShow()Unsets the value of the 'Show' attribute.voidunsetType()Unsets the value of the 'Type' attribute.
-
-
-
Method Detail
-
getAbstractMetaDataGroup
FeatureMap getAbstractMetaDataGroup()
Returns the value of the 'Abstract Meta Data Group' attribute list. The list contents are of typeFeatureMap.Entry. Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.- Returns:
- the value of the 'Abstract Meta Data Group' attribute list.
- See Also:
Ows20Package.getMetadataType_AbstractMetaDataGroup()
-
getAbstractMetaData
EObject getAbstractMetaData()
Returns the value of the 'Abstract Meta Data' containment reference. Abstract element containing more metadata about the element that includes the containing "metadata" element. A specific server implementation, or an Implementation Specification, can define concrete elements in the AbstractMetaData substitution group.- Returns:
- the value of the 'Abstract Meta Data' containment reference.
- See Also:
Ows20Package.getMetadataType_AbstractMetaData()
-
getAbout
String getAbout()
Returns the value of the 'About' attribute. Optional reference to the aspect of the element which includes this "metadata" element that this metadata provides more information about.- Returns:
- the value of the 'About' attribute.
- See Also:
setAbout(String),Ows20Package.getMetadataType_About()
-
setAbout
void setAbout(String value)
Sets the value of the 'About' attribute.- Parameters:
value- the new value of the 'About' attribute.- See Also:
getAbout()
-
getActuate
ActuateType getActuate()
Returns the value of the 'Actuate' attribute.If the meaning of the 'Actuate' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Actuate' attribute.
- See Also:
isSetActuate(),unsetActuate(),setActuate(ActuateType),Ows20Package.getMetadataType_Actuate()
-
setActuate
void setActuate(ActuateType value)
Sets the value of the 'Actuate' attribute.- Parameters:
value- the new value of the 'Actuate' attribute.- See Also:
isSetActuate(),unsetActuate(),getActuate()
-
unsetActuate
void unsetActuate()
Unsets the value of the 'Actuate' attribute.- See Also:
isSetActuate(),getActuate(),setActuate(ActuateType)
-
isSetActuate
boolean isSetActuate()
Returns whether the value of the 'Actuate' attribute is set.- Returns:
- whether the value of the 'Actuate' attribute is set.
- See Also:
unsetActuate(),getActuate(),setActuate(ActuateType)
-
getArcrole
String getArcrole()
Returns the value of the 'Arcrole' attribute.If the meaning of the 'Arcrole' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Arcrole' attribute.
- See Also:
setArcrole(String),Ows20Package.getMetadataType_Arcrole()
-
setArcrole
void setArcrole(String value)
Sets the value of the 'Arcrole' attribute.- Parameters:
value- the new value of the 'Arcrole' attribute.- See Also:
getArcrole()
-
getHref
String getHref()
Returns the value of the 'Href' attribute.If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Href' attribute.
- See Also:
setHref(String),Ows20Package.getMetadataType_Href()
-
setHref
void setHref(String value)
Sets the value of the 'Href' attribute.- Parameters:
value- the new value of the 'Href' attribute.- See Also:
getHref()
-
getRole
String getRole()
Returns the value of the 'Role' attribute.If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role' attribute.
- See Also:
setRole(String),Ows20Package.getMetadataType_Role()
-
setRole
void setRole(String value)
Sets the value of the 'Role' attribute.- Parameters:
value- the new value of the 'Role' attribute.- See Also:
getRole()
-
getShow
ShowType getShow()
Returns the value of the 'Show' attribute.If the meaning of the 'Show' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Show' attribute.
- See Also:
isSetShow(),unsetShow(),setShow(ShowType),Ows20Package.getMetadataType_Show()
-
setShow
void setShow(ShowType value)
Sets the value of the 'Show' attribute.- Parameters:
value- the new value of the 'Show' attribute.- See Also:
isSetShow(),unsetShow(),getShow()
-
unsetShow
void unsetShow()
Unsets the value of the 'Show' attribute.- See Also:
isSetShow(),getShow(),setShow(ShowType)
-
isSetShow
boolean isSetShow()
Returns whether the value of the 'Show' attribute is set.- Returns:
- whether the value of the 'Show' attribute is set.
- See Also:
unsetShow(),getShow(),setShow(ShowType)
-
getTitle
String getTitle()
Returns the value of the 'Title' attribute.If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Title' attribute.
- See Also:
setTitle(String),Ows20Package.getMetadataType_Title()
-
setTitle
void setTitle(String value)
Sets the value of the 'Title' attribute.- Parameters:
value- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getType
TypeType getType()
Returns the value of the 'Type' attribute. The default value is"simple".If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' attribute.
- See Also:
isSetType(),unsetType(),setType(TypeType),Ows20Package.getMetadataType_Type()
-
setType
void setType(TypeType value)
Sets the value of the 'Type' attribute.- Parameters:
value- the new value of the 'Type' attribute.- See Also:
isSetType(),unsetType(),getType()
-
unsetType
void unsetType()
Unsets the value of the 'Type' attribute.- See Also:
isSetType(),getType(),setType(TypeType)
-
isSetType
boolean isSetType()
Returns whether the value of the 'Type' attribute is set.- Returns:
- whether the value of the 'Type' attribute is set.
- See Also:
unsetType(),getType(),setType(TypeType)
-
-