Package com._1c.g5.v8.dt.xdto.model
Interface Pattern
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PatternImpl
public interface Pattern extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Pattern'.The following features are supported:
- See Also:
XdtoPackage.getPattern()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPattern()Returns the value of the 'Pattern' attribute.voidsetPattern(String value)Sets the value of the 'Pattern' attribute.
-
-
-
Method Detail
-
getPattern
String getPattern()
Returns the value of the 'Pattern' attribute.- Returns:
- the value of the 'Pattern' attribute.
- See Also:
setPattern(String),XdtoPackage.getPattern_Pattern()
-
setPattern
void setPattern(String value)
Sets the value of the 'Pattern' attribute.- Parameters:
value- the new value of the 'Pattern' attribute.- See Also:
getPattern()
-
-