/** * <copyright> * </copyright> * * $Id$ */ package es.tid.cim; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>IPX Protocol Endpoint</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link es.tid.cim.IPXProtocolEndpoint#getAddress <em>Address</em>}</li> * </ul> * </p> * * @see es.tid.cim.CimPackage#getIPXProtocolEndpoint() * @model * @generated */ public interface IPXProtocolEndpoint extends ProtocolEndpoint { /** * Returns the value of the '<em><b>Address</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Address</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Address</em>' attribute. * @see #setAddress(String) * @see es.tid.cim.CimPackage#getIPXProtocolEndpoint_Address() * @model * @generated */ String getAddress(); /** * Sets the value of the '{@link es.tid.cim.IPXProtocolEndpoint#getAddress <em>Address</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Address</em>' attribute. * @see #getAddress() * @generated */ void setAddress(String value); } // IPXProtocolEndpoint