TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.configuration
Interface CFGMachine

All Superinterfaces:
CFGConfigurableObject, CFGLocation, CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CFGMachineImpl

public interface CFGMachine
extends CFGLocation

A representation of the model object 'CFG Machine'.

The following features are supported:

See Also:
Common_ConfigurationPackage.getCFGMachine()
Generated
[EMF] Model

Method Summary
 java.lang.String getHostName()
          Returns the value of the 'Host Name' attribute
 void setHostName(java.lang.String value)
          Sets the value of the 'Host Name' 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 'Host Name' attribute.

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

Returns:
the value of the 'Host Name' attribute.
See Also:
setHostName(String), Common_ConfigurationPackage.getCFGMachine_HostName()
Generated
[EMF] Model

setHostName

void setHostName(java.lang.String value)
Sets the value of the 'Host Name' attribute.

Parameters:
value - the new value of the 'Host Name' attribute.
See Also:
getHostName()
Generated

TPTP 4.6.0 Platform Project
Public API Specification