public void setMessageForDocumentation(String msg, int msgLevel) { namedElementPropertiesEditionPart.setMessageForDocumentation(msg, msgLevel); }
public void unsetMessageForDocumentation() { namedElementPropertiesEditionPart.unsetMessageForDocumentation(); }
/** * {@inheritDoc} * * @see org.eclipse.emf.eef.nonreg.parts.NamedElementPropertiesEditionPart#setDocumentation(String * newValue) */ public void setDocumentation(String newValue) { namedElementPropertiesEditionPart.setDocumentation(newValue); }
/** * {@inheritDoc} * * @see org.eclipse.emf.eef.nonreg.parts.NamedElementPropertiesEditionPart#getDocumentation() */ public String getDocumentation() { return namedElementPropertiesEditionPart.getDocumentation(); }
public void unsetMessageForName() { namedElementPropertiesEditionPart.unsetMessageForName(); }
/** * {@inheritDoc} * * @see org.eclipse.emf.eef.nonreg.parts.SitePropertiesEditionPart#setName(String newValue) */ public void setName(String newValue) { namedElementPropertiesEditionPart.setName(newValue); }
/** * {@inheritDoc} * * @see org.eclipse.emf.eef.nonreg.parts.SitePropertiesEditionPart#getName() */ public String getName() { return namedElementPropertiesEditionPart.getName(); }