/** */ package com.robotoworks.mechanoid.net.netModel; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Body Block</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.robotoworks.mechanoid.net.netModel.BodyBlock#getType <em>Type</em>}</li> * </ul> * </p> * * @see com.robotoworks.mechanoid.net.netModel.NetModelPackage#getBodyBlock() * @model * @generated */ public interface BodyBlock extends HttpMethodBlock { /** * Returns the value of the '<em><b>Type</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Type</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Type</em>' containment reference. * @see #setType(BlockType) * @see com.robotoworks.mechanoid.net.netModel.NetModelPackage#getBodyBlock_Type() * @model containment="true" * @generated */ BlockType getType(); /** * Sets the value of the '{@link com.robotoworks.mechanoid.net.netModel.BodyBlock#getType <em>Type</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Type</em>' containment reference. * @see #getType() * @generated */ void setType(BlockType value); } // BodyBlock