|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetadataURLType
A representation of the model object 'Metadata URL Type'. A Web Feature Server MAY use zero or more MetadataURL elements to offer detailed, standardized metadata about the data underneath a particular feature type. The type attribute indicates the standard to which the metadata complies; the format attribute indicates how the metadata is structured. Two types are defined at present: 'TC211' or 'ISO19115' = ISO TC211 19115; 'FGDC' = FGDC CSDGM. 'ISO19139' = ISO 19139
The following features are supported:
WfsPackage.getMetadataURLType()
Method Summary | |
---|---|
java.lang.String |
getFormat()
Returns the value of the 'Format' attribute. |
java.lang.String |
getType()
Returns the value of the 'Type' attribute. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
setFormat(java.lang.String value)
Sets the value of the ' Format ' attribute. |
void |
setType(java.lang.String value)
Sets the value of the ' Type ' attribute. |
void |
setValue(java.lang.String value)
Sets the value of the ' Value ' 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 |
---|
java.lang.String getValue()
If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
setValue(String)
,
WfsPackage.getMetadataURLType_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getFormat()
If the meaning of the 'Format' attribute isn't clear, there really should be more of a description here...
setFormat(String)
,
WfsPackage.getMetadataURLType_Format()
void setFormat(java.lang.String value)
Format
' attribute.
value
- the new value of the 'Format' attribute.getFormat()
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String)
,
WfsPackage.getMetadataURLType_Type()
void setType(java.lang.String value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |