BestSolution.at public p2 repository
MStringPattern
at.bestsolution.framework.grid.model.grid

Interface MStringPattern

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String copyright 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getPattern()
      Returns the value of the 'Pattern' attribute.
      void setPattern(java.lang.String value)
      Sets the value of the 'Pattern' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getPattern

        java.lang.String getPattern()
        Returns the value of the 'Pattern' attribute.

        If the meaning of the 'Pattern' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Pattern' attribute.
        See Also:
        setPattern(String), GridPackage.getMStringPattern_Pattern()
      • setPattern

        void setPattern(java.lang.String value)
        Sets the value of the 'Pattern' attribute.
        Parameters:
        value - the new value of the 'Pattern' attribute.
        See Also:
        getPattern()