Package net.opengis.fes20
Interface PropertyIsLikeType
- All Superinterfaces:
ComparisonOpsType
,EObject
,Notifier
- All Known Implementing Classes:
PropertyIsLikeTypeImpl
A representation of the model object 'Property Is Like Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Escape Char' attribute.EList<EObject>
Returns the value of the 'Expression' containment reference list.FeatureMap
Returns the value of the 'Expression Group' attribute list.Returns the value of the 'Single Char' attribute.Returns the value of the 'Wild Card' attribute.void
setEscapeChar
(String value) Sets the value of the 'Escape Char
' attribute.void
setSingleChar
(String value) Sets the value of the 'Single Char
' attribute.void
setWildCard
(String value) Sets the value of the 'Wild Card
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getExpressionGroup
FeatureMap getExpressionGroup()Returns the value of the 'Expression Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Expression Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Expression Group' attribute list.
- See Also:
-
getExpression
EList<EObject> getExpression()Returns the value of the 'Expression' containment reference list. The list contents are of typeEObject
.If the meaning of the 'Expression' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Expression' containment reference list.
- See Also:
-
getEscapeChar
String getEscapeChar()Returns the value of the 'Escape Char' attribute.If the meaning of the 'Escape Char' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Escape Char' attribute.
- See Also:
-
setEscapeChar
Sets the value of the 'Escape Char
' attribute.- Parameters:
value
- the new value of the 'Escape Char' attribute.- See Also:
-
getSingleChar
String getSingleChar()Returns the value of the 'Single Char' attribute.If the meaning of the 'Single Char' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Single Char' attribute.
- See Also:
-
setSingleChar
Sets the value of the 'Single Char
' attribute.- Parameters:
value
- the new value of the 'Single Char' attribute.- See Also:
-
getWildCard
String getWildCard()Returns the value of the 'Wild Card' attribute.If the meaning of the 'Wild Card' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Wild Card' attribute.
- See Also:
-
setWildCard
Sets the value of the 'Wild Card
' attribute.- Parameters:
value
- the new value of the 'Wild Card' attribute.- See Also:
-