TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.common
Interface CMNNodeType

All Superinterfaces:
CFGConfigurableObject, CFGLocation, CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CFGMachineConstraint, CMNMachine
All Known Implementing Classes:
CFGMachineConstraintImpl, CMNMachineImpl, CMNNodeTypeImpl

public interface CMNNodeType
extends CFGLocation

A representation of the model object 'CMN Node Type'.

The following features are supported:

See Also:
CommonPackage.getCMNNodeType()
Generated
[EMF] Model

Method Summary
 java.lang.String getHostname()
          Returns the value of the 'Hostname' attribute
 void setHostname(java.lang.String value)
          Sets the value of the 'Hostname' attribute
 
Methods inherited from interface org.eclipse.hyades.models.common.configuration.CFGLocation
getDeployment, getParent, getRefSubLocations, getSubLocations, getTimezone, setDeployment, setParent, setTimezone
 
Methods inherited from interface org.eclipse.hyades.models.common.configuration.CFGConfigurableObject
getPropertyGroups
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
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
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getHostname

java.lang.String getHostname()
Returns the value of the 'Hostname' attribute.

If the meaning of the 'Hostname' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Hostname' attribute.
See Also:
setHostname(String), CommonPackage.getCMNNodeType_Hostname()
Generated
[EMF] Model

setHostname

void setHostname(java.lang.String value)
Sets the value of the 'Hostname' attribute.

Parameters:
value - the new value of the 'Hostname' attribute.
See Also:
getHostname()
Generated

TPTP 4.6.0 Platform Project
Public API Specification