public class MqttInputImpl extends AbstractInputImpl implements MqttInput
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamicorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLIENT_ID_EDEFAULT
The default value of the '
Client Id' attribute. |
protected String |
clientId
The cached value of the '
Client Id' attribute. |
protected int |
qos
The cached value of the '
Qos' attribute. |
protected static int |
QOS_EDEFAULT
The default value of the '
Qos' attribute. |
protected static String |
SERVER_URI_EDEFAULT
The default value of the '
Server Uri' attribute. |
protected String |
serverUri
The cached value of the '
Server Uri' attribute. |
protected String |
topic
The cached value of the '
Topic' attribute. |
protected static String |
TOPIC_EDEFAULT
The default value of the '
Topic' attribute. |
transformersEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
MqttInputImpl() |
| Modifier and Type | Method and Description |
|---|---|
Input |
createInput(CreationContext creationContext) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
String |
getClientId() |
int |
getQos() |
String |
getServerUri() |
String |
getTopic() |
void |
setClientId(String newClientId) |
void |
setQos(int newQos) |
void |
setServerUri(String newServerUri) |
void |
setTopic(String newTopic) |
String |
toString() |
applyTransformers, eInverseRemove, eInvoke, getTransformerseBasicSetContainer, eInternalContainerdynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTransformerseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final String SERVER_URI_EDEFAULT
Server Uri' attribute.
getServerUri()protected String serverUri
Server Uri' attribute.
getServerUri()protected static final String CLIENT_ID_EDEFAULT
Client Id' attribute.
getClientId()protected String clientId
Client Id' attribute.
getClientId()protected static final String TOPIC_EDEFAULT
Topic' attribute.
getTopic()protected String topic
Topic' attribute.
getTopic()protected static final int QOS_EDEFAULT
Qos' attribute.
getQos(),
Constant Field Valuesprotected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class AbstractInputImplpublic String getServerUri()
getServerUri in interface MqttInputMqttInput.setServerUri(String),
ParserPackage.getMqttInput_ServerUri()public void setServerUri(String newServerUri)
setServerUri in interface MqttInputnewServerUri - the new value of the 'Server Uri' attribute.MqttInput.getServerUri()public String getClientId()
getClientId in interface MqttInputMqttInput.setClientId(String),
ParserPackage.getMqttInput_ClientId()public void setClientId(String newClientId)
setClientId in interface MqttInputnewClientId - the new value of the 'Client Id' attribute.MqttInput.getClientId()public String getTopic()
getTopic in interface MqttInputMqttInput.setTopic(String),
ParserPackage.getMqttInput_Topic()public void setTopic(String newTopic)
setTopic in interface MqttInputnewTopic - the new value of the 'Topic' attribute.MqttInput.getTopic()public int getQos()
getQos in interface MqttInputMqttInput.setQos(int),
ParserPackage.getMqttInput_Qos()public void setQos(int newQos)
setQos in interface MqttInputnewQos - the new value of the 'Qos' attribute.MqttInput.getQos()public Input createInput(CreationContext creationContext)
createInput in interface InputDefinitioncreateInput in class AbstractInputImplpublic Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class AbstractInputImplpublic void eSet(int featureID,
Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class AbstractInputImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class AbstractInputImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class AbstractInputImplpublic String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl