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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEscapeChar()Returns the value of the 'Escape Char' attribute.EList<EObject>getExpression()Returns the value of the 'Expression' containment reference list.FeatureMapgetExpressionGroup()Returns the value of the 'Expression Group' attribute list.StringgetSingleChar()Returns the value of the 'Single Char' attribute.StringgetWildCard()Returns the value of the 'Wild Card' attribute.voidsetEscapeChar(String value)Sets the value of the 'Escape Char' attribute.voidsetSingleChar(String value)Sets the value of the 'Single Char' attribute.voidsetWildCard(String value)Sets the value of the 'Wild Card' attribute.
 
- 
- 
- 
Method Detail- 
getExpressionGroupFeatureMap 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()
 
 - 
getExpressionEList<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()
 
 - 
getEscapeCharString 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()
 
 - 
setEscapeCharvoid setEscapeChar(String value) Sets the value of the 'Escape Char' attribute.- Parameters:
- value- the new value of the 'Escape Char' attribute.
- See Also:
- getEscapeChar()
 
 - 
getSingleCharString 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()
 
 - 
setSingleCharvoid setSingleChar(String value) Sets the value of the 'Single Char' attribute.- Parameters:
- value- the new value of the 'Single Char' attribute.
- See Also:
- getSingleChar()
 
 - 
getWildCardString 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()
 
 - 
setWildCardvoid setWildCard(String value) Sets the value of the 'Wild Card' attribute.- Parameters:
- value- the new value of the 'Wild Card' attribute.
- See Also:
- getWildCard()
 
 
- 
 
-