|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodeType
A representation of the model object 'Code Type'. Name or code with an (optional) authority. If the codeSpace attribute is present, its value shall reference a dictionary, thesaurus, or authority for the name or code, such as the organisation who assigned the value, or the dictionary from which it is taken. Type copied from basicTypes.xsd of GML 3 with documentation edited, for possible use outside the ServiceIdentification section of a service metadata document.
The following features are supported:
Ows11Package.getCodeType()
Method Summary | |
---|---|
java.lang.String |
getCodeSpace()
Returns the value of the 'Code Space' attribute. |
java.lang.String |
getValue()
Returns the value of the 'Value' attribute. |
void |
setCodeSpace(java.lang.String value)
Sets the value of the ' Code Space ' 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)
,
Ows11Package.getCodeType_Value()
void setValue(java.lang.String value)
Value
' attribute.
value
- the new value of the 'Value' attribute.getValue()
java.lang.String getCodeSpace()
If the meaning of the 'Code Space' attribute isn't clear, there really should be more of a description here...
setCodeSpace(String)
,
Ows11Package.getCodeType_CodeSpace()
void setCodeSpace(java.lang.String value)
Code Space
' attribute.
value
- the new value of the 'Code Space' attribute.getCodeSpace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |