public class MqttInputImpl extends AbstractInputImpl implements MqttInput
The following features are implemented:
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.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. |
transformers
EVIRTUAL_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, getTransformers
eBasicSetContainer, eInternalContainer
dynamicGet, 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, eSettings
eAddVirtualValue, 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, eVirtualValues
eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTransformers
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected 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 AbstractInputImpl
public String getServerUri()
getServerUri
in interface MqttInput
MqttInput.setServerUri(String)
,
ParserPackage.getMqttInput_ServerUri()
public void setServerUri(String newServerUri)
setServerUri
in interface MqttInput
newServerUri
- the new value of the 'Server Uri' attribute.MqttInput.getServerUri()
public String getClientId()
getClientId
in interface MqttInput
MqttInput.setClientId(String)
,
ParserPackage.getMqttInput_ClientId()
public void setClientId(String newClientId)
setClientId
in interface MqttInput
newClientId
- the new value of the 'Client Id' attribute.MqttInput.getClientId()
public String getTopic()
getTopic
in interface MqttInput
MqttInput.setTopic(String)
,
ParserPackage.getMqttInput_Topic()
public void setTopic(String newTopic)
setTopic
in interface MqttInput
newTopic
- the new value of the 'Topic' attribute.MqttInput.getTopic()
public int getQos()
getQos
in interface MqttInput
MqttInput.setQos(int)
,
ParserPackage.getMqttInput_Qos()
public void setQos(int newQos)
setQos
in interface MqttInput
newQos
- the new value of the 'Qos' attribute.MqttInput.getQos()
public Input createInput(CreationContext creationContext)
createInput
in interface InputDefinition
createInput
in class AbstractInputImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class AbstractInputImpl
public void eSet(int featureID, Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class AbstractInputImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class AbstractInputImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class AbstractInputImpl
public String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl