Package net.opengis.fes20
Interface PropertyIsLikeType
-
- All Superinterfaces:
ComparisonOpsType
,EObject
,Notifier
- All Known Implementing Classes:
PropertyIsLikeTypeImpl
public interface PropertyIsLikeType extends ComparisonOpsType
A representation of the model object 'Property Is Like Type'.The following features are supported:
- See Also:
Fes20Package.getPropertyIsLikeType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEscapeChar()
Returns the value of the 'Escape Char' attribute.EList<EObject>
getExpression()
Returns the value of the 'Expression' containment reference list.FeatureMap
getExpressionGroup()
Returns the value of the 'Expression Group' attribute list.String
getSingleChar()
Returns the value of the 'Single Char' attribute.String
getWildCard()
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.
-
-
-
Method Detail
-
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:
Fes20Package.getPropertyIsLikeType_ExpressionGroup()
-
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:
Fes20Package.getPropertyIsLikeType_Expression()
-
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(String)
,Fes20Package.getPropertyIsLikeType_EscapeChar()
-
setEscapeChar
void setEscapeChar(String value)
Sets the value of the 'Escape Char
' attribute.- Parameters:
value
- the new value of the 'Escape Char' attribute.- See Also:
getEscapeChar()
-
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(String)
,Fes20Package.getPropertyIsLikeType_SingleChar()
-
setSingleChar
void setSingleChar(String value)
Sets the value of the 'Single Char
' attribute.- Parameters:
value
- the new value of the 'Single Char' attribute.- See Also:
getSingleChar()
-
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(String)
,Fes20Package.getPropertyIsLikeType_WildCard()
-
setWildCard
void setWildCard(String value)
Sets the value of the 'Wild Card
' attribute.- Parameters:
value
- the new value of the 'Wild Card' attribute.- See Also:
getWildCard()
-
-