|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentIdentification
A representation of the model object 'Component Identification'.
EventPackage.getComponentIdentification()| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_ID_TYPE_APPLICATION
Well-known type for the 'Component Id Type' attribute. |
static java.lang.String |
COMPONENT_ID_TYPE_DEVICE_NAME
Well-known type for the 'Component Id Type' attribute. |
static java.lang.String |
COMPONENT_ID_TYPE_PROCESS
Well-known type for the 'Component Id Type' attribute. |
static java.lang.String |
COMPONENT_ID_TYPE_PRODUCT_NAME
Well-known type for the 'Component Id Type' attribute. |
static java.lang.String |
COMPONENT_ID_TYPE_SERVICE_NAME
Well-known type for the 'Component Id Type' attribute. |
static java.lang.String |
COMPONENT_ID_TYPE_SYSTEM_NAME
Well-known type for the 'Component Id Type' attribute. |
static java.lang.String |
COMPONENT_ID_TYPE_UNKNOWN
Well-known type for the 'Component Id Type' attribute. |
static java.lang.String |
LOCATION_TYPE_DCC
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_DEVICE_NAME
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_DIAL
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_E_164
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_FQ_HOSTNAME
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_HID
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_HOSTNAME
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_HWA
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_ICD
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_IPV4
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_IPV6
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_IPX
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_ISDN
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_NWA
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_OID_OSI
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_SNA
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_UNKNOWN
Well-known type for the 'Location Type' attribute. |
static java.lang.String |
LOCATION_TYPE_X25
Well-known type for the 'Location Type' attribute. |
| Method Summary | |
|---|---|
java.lang.String |
getApplication()
Returns the value of the 'Application' attribute. |
java.lang.String |
getComponent()
Returns the value of the 'Component' attribute. |
java.lang.String |
getComponentIdType()
Returns the value of the 'Component Id Type' attribute. |
java.lang.String |
getComponentType()
Returns the value of the 'Component Type' attribute |
java.lang.String |
getExecutionEnvironment()
Returns the value of the 'Execution Environment' attribute. |
java.lang.String |
getInstanceId()
Returns the value of the 'Instance Id' attribute. |
java.lang.String |
getLocation()
Returns the value of the 'Location' attribute. |
java.lang.String |
getLocationType()
Returns the value of the 'Location Type' attribute. |
java.lang.String |
getProcessId()
Returns the value of the 'Process Id' attribute. |
java.lang.String |
getSubComponent()
Returns the value of the 'Sub Component' attribute. |
java.lang.String |
getThreadId()
Returns the value of the 'Thread Id' attribute. |
void |
init()
Resets the object's properties to their initial (e.g. null) state. |
void |
setApplication(java.lang.String value)
Sets the value of the ' Application' attribute. |
void |
setComponent(java.lang.String value)
Sets the value of the ' Component' attribute. |
void |
setComponentIdType(java.lang.String value)
Sets the value of the ' Component Id Type' attribute. |
void |
setComponentType(java.lang.String value)
Sets the value of the ' Component Type' attribute. |
void |
setExecutionEnvironment(java.lang.String value)
Sets the value of the ' Execution Environment' attribute. |
void |
setInstanceId(java.lang.String value)
Sets the value of the ' Instance Id' attribute. |
void |
setLocation(java.lang.String value)
Sets the value of the ' Location' attribute. |
void |
setLocationType(java.lang.String value)
Sets the value of the ' Location Type' attribute. |
void |
setProcessId(java.lang.String value)
Sets the value of the ' Process Id' attribute. |
void |
setSubComponent(java.lang.String value)
Sets the value of the ' Sub Component' attribute. |
void |
setThreadId(java.lang.String value)
Sets the value of the ' Thread Id' attribute. |
void |
validate()
Checks whether the contents of this object conform to the CBE specification. |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String COMPONENT_ID_TYPE_PRODUCT_NAME
Well-known type for the 'Component Id Type' attribute.
getComponentIdType(),
Constant Field Valuesstatic final java.lang.String COMPONENT_ID_TYPE_DEVICE_NAME
Well-known type for the 'Component Id Type' attribute.
getComponentIdType(),
Constant Field Valuesstatic final java.lang.String COMPONENT_ID_TYPE_SYSTEM_NAME
Well-known type for the 'Component Id Type' attribute.
getComponentIdType(),
Constant Field Valuesstatic final java.lang.String COMPONENT_ID_TYPE_SERVICE_NAME
Well-known type for the 'Component Id Type' attribute.
getComponentIdType(),
Constant Field Valuesstatic final java.lang.String COMPONENT_ID_TYPE_PROCESS
Well-known type for the 'Component Id Type' attribute.
getComponentIdType(),
Constant Field Valuesstatic final java.lang.String COMPONENT_ID_TYPE_APPLICATION
Well-known type for the 'Component Id Type' attribute.
getComponentIdType(),
Constant Field Valuesstatic final java.lang.String COMPONENT_ID_TYPE_UNKNOWN
Well-known type for the 'Component Id Type' attribute.
getComponentIdType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_UNKNOWN
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_IPV4
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_IPV6
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_NWA
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_ISDN
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_ICD
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_OID_OSI
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_DIAL
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_HWA
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_HID
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_X25
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_DCC
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_SNA
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_IPX
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_E_164
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_HOSTNAME
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_FQ_HOSTNAME
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Valuesstatic final java.lang.String LOCATION_TYPE_DEVICE_NAME
Well-known type for the 'Location Type' attribute.
getLocationType(),
Constant Field Values| Method Detail |
|---|
java.lang.String getApplication()
Returns the value of the 'Application' attribute.
setApplication(String),
EventPackage.getComponentIdentification_Application()void setApplication(java.lang.String value)
Sets the value of the 'Application' attribute.
value - the new value of the 'Application' attribute.getApplication()java.lang.String getComponent()
Returns the value of the 'Component' attribute.
setComponent(String),
EventPackage.getComponentIdentification_Component()void setComponent(java.lang.String value)
Sets the value of the 'Component' attribute.
value - the new value of the 'Component' attribute.getComponent()java.lang.String getComponentType()
If the meaning of the 'Component Type' attribute isn't clear, there really should be more of a description here...
setComponentType(String),
EventPackage.getComponentIdentification_ComponentType()void setComponentType(java.lang.String value)
Sets the value of the 'Component Type' attribute.
value - the new value of the 'Component Type' attribute.getComponentType()java.lang.String getComponentIdType()
Returns the value of the 'Component Id Type' attribute.
setComponentIdType(String),
EventPackage.getComponentIdentification_ComponentIdType()void setComponentIdType(java.lang.String value)
Sets the value of the 'Component Id Type' attribute.
value - the new value of the 'Component Id Type' attribute.getComponentIdType()java.lang.String getExecutionEnvironment()
Returns the value of the 'Execution Environment' attribute.
setExecutionEnvironment(String),
EventPackage.getComponentIdentification_ExecutionEnvironment()void setExecutionEnvironment(java.lang.String value)
Sets the value of the 'Execution Environment' attribute.
value - the new value of the 'Execution Environment' attribute.getExecutionEnvironment()java.lang.String getInstanceId()
Returns the value of the 'Instance Id' attribute.
setInstanceId(String),
EventPackage.getComponentIdentification_InstanceId()void setInstanceId(java.lang.String value)
Sets the value of the 'Instance Id' attribute.
value - the new value of the 'Instance Id' attribute.getInstanceId()java.lang.String getLocation()
Returns the value of the 'Location' attribute.
setLocation(String),
EventPackage.getComponentIdentification_Location()void setLocation(java.lang.String value)
Sets the value of the 'Location' attribute.
value - the new value of the 'Location' attribute.getLocation()java.lang.String getLocationType()
Returns the value of the 'Location Type' attribute.
setLocationType(String),
EventPackage.getComponentIdentification_LocationType()void setLocationType(java.lang.String value)
Sets the value of the 'Location Type' attribute.
value - the new value of the 'Location Type' attribute.getLocationType()java.lang.String getProcessId()
Returns the value of the 'Process Id' attribute.
setProcessId(String),
EventPackage.getComponentIdentification_ProcessId()void setProcessId(java.lang.String value)
Sets the value of the 'Process Id' attribute.
value - the new value of the 'Process Id' attribute.getProcessId()java.lang.String getSubComponent()
Returns the value of the 'Sub Component' attribute.
setSubComponent(String),
EventPackage.getComponentIdentification_SubComponent()void setSubComponent(java.lang.String value)
Sets the value of the 'Sub Component' attribute.
value - the new value of the 'Sub Component' attribute.getSubComponent()java.lang.String getThreadId()
Returns the value of the 'Thread Id' attribute.
setThreadId(String),
EventPackage.getComponentIdentification_ThreadId()void setThreadId(java.lang.String value)
Sets the value of the 'Thread Id' attribute.
value - the new value of the 'Thread Id' attribute.getThreadId()
void validate()
throws ValidationException
Checks whether the contents of this object conform to the CBE specification.
ValidationException - if the object does not follow the
CBE specification.void init()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||