/** */ package org.eclipse.gmf.tooling.examples.pins; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Child</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.gmf.tooling.examples.pins.PinsChild#getPinsChild <em>Pins Child</em>}</li> * </ul> * </p> * * @see org.eclipse.gmf.tooling.examples.pins.PinsPackage#getPinsChild() * @model * @generated */ public interface PinsChild extends EObject { /** * Returns the value of the '<em><b>Pins Child</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Pins Child</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Pins Child</em>' attribute. * @see #setPinsChild(String) * @see org.eclipse.gmf.tooling.examples.pins.PinsPackage#getPinsChild_PinsChild() * @model * @generated */ String getPinsChild(); /** * Sets the value of the '{@link org.eclipse.gmf.tooling.examples.pins.PinsChild#getPinsChild <em>Pins Child</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Pins Child</em>' attribute. * @see #getPinsChild() * @generated */ void setPinsChild(String value); } // PinsChild