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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns 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
    Sets the value of the 'Escape Char' attribute.
    void
    Sets the value of the 'Single Char' attribute.
    void
    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 type FeatureMap.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 type EObject.

      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

      void setEscapeChar(String value)
      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

      void setSingleChar(String value)
      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

      void setWildCard(String value)
      Sets the value of the 'Wild Card' attribute.
      Parameters:
      value - the new value of the 'Wild Card' attribute.
      See Also: