Package net.opengis.wcs10
Interface KeywordsType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
KeywordsTypeImpl
public interface KeywordsType extends EObject
A representation of the model object 'Keywords Type'.The following features are supported:
- See Also:
Wcs10Package.getKeywordsType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKeyword()
Returns the value of the 'Keyword' attribute.CodeType
getType()
Returns the value of the 'Type' containment reference.void
setKeyword(String value)
Sets the value of the 'Keyword
' attribute.void
setType(CodeType value)
Sets the value of the 'Type
' containment reference.
-
-
-
Method Detail
-
getKeyword
String getKeyword()
Returns the value of the 'Keyword' attribute.If the meaning of the 'Keyword' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Keyword' attribute.
- See Also:
setKeyword(String)
,Wcs10Package.getKeywordsType_Keyword()
-
setKeyword
void setKeyword(String value)
Sets the value of the 'Keyword
' attribute.- Parameters:
value
- the new value of the 'Keyword' attribute.- See Also:
getKeyword()
-
getType
CodeType getType()
Returns the value of the 'Type' containment reference.If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(CodeType)
,Wcs10Package.getKeywordsType_Type()
-
-