|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GMLObjectTypeType
A representation of the model object 'GML Object Type Type'. An element of this type that describes a GML object in an application namespace shall have an xml xmlns specifier, e.g. xmlns:bo="http://www.BlueOx.org/BlueOx"
The following features are supported:
WfsPackage.getGMLObjectTypeType()
Method Summary | |
---|---|
java.lang.String |
getAbstract()
Returns the value of the 'Abstract' attribute. |
org.eclipse.emf.common.util.EList |
getKeywords()
Returns the value of the 'Keywords' containment reference list. |
javax.xml.namespace.QName |
getName()
Returns the value of the 'Name' attribute. |
OutputFormatListType |
getOutputFormats()
Returns the value of the 'Output Formats' containment reference. |
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute. |
void |
setAbstract(java.lang.String value)
Sets the value of the ' Abstract ' attribute. |
void |
setName(javax.xml.namespace.QName value)
Sets the value of the ' Name ' attribute. |
void |
setOutputFormats(OutputFormatListType value)
Sets the value of the ' Output Formats ' containment reference. |
void |
setTitle(java.lang.String value)
Sets the value of the ' Title ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
javax.xml.namespace.QName getName()
#setName(Object)
,
net.opengis.wfs.WFSPackage#getGMLObjectTypeType_Name()
void setName(javax.xml.namespace.QName value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getTitle()
setTitle(String)
,
WfsPackage.getGMLObjectTypeType_Title()
void setTitle(java.lang.String value)
Title
' attribute.
value
- the new value of the 'Title' attribute.getTitle()
java.lang.String getAbstract()
setAbstract(String)
,
WfsPackage.getGMLObjectTypeType_Abstract()
void setAbstract(java.lang.String value)
Abstract
' attribute.
value
- the new value of the 'Abstract' attribute.getAbstract()
org.eclipse.emf.common.util.EList getKeywords()
KeywordsType
.
If the meaning of the 'Keywords' containment reference list isn't clear, there really should be more of a description here...
WfsPackage.getGMLObjectTypeType_Keywords()
OutputFormatListType getOutputFormats()
If the meaning of the 'Output Formats' containment reference isn't clear, there really should be more of a description here...
setOutputFormats(OutputFormatListType)
,
WfsPackage.getGMLObjectTypeType_OutputFormats()
void setOutputFormats(OutputFormatListType value)
Output Formats
' containment reference.
value
- the new value of the 'Output Formats' containment reference.getOutputFormats()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |