org.eclipse.ecf.discovery.ui.model
Interface IHost

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
IHostImpl

public interface IHost
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'IHost'.

The following features are supported:

See Also:
ModelPackage.getIHost()
Model
Generated

Method Summary
 java.net.InetAddress getAddress()
          Returns the value of the 'Address' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getServices()
          Returns the value of the 'Services' containment reference list.
 void setAddress(java.net.InetAddress value)
          Sets the value of the 'Address' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
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
 

Method Detail

getServices

org.eclipse.emf.common.util.EList getServices()
Returns the value of the 'Services' containment reference list. The list contents are of type IServiceInfo.

If the meaning of the 'Services' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Services' containment reference list.
See Also:
ModelPackage.getIHost_Services()
Model
type="org.eclipse.ecf.discovery.model.IServiceInfo" containment="true" resolveProxies="true"
Generated

getAddress

java.net.InetAddress getAddress()
Returns the value of the 'Address' attribute. The default value is "127.0.0.1".

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

Returns:
the value of the 'Address' attribute.
See Also:
setAddress(InetAddress), ModelPackage.getIHost_Address()
Model
default="127.0.0.1" dataType="org.eclipse.ecf.discovery.model.InetAddress" transient="true"
Generated

setAddress

void setAddress(java.net.InetAddress value)
Sets the value of the 'Address' attribute.

Parameters:
value - the new value of the 'Address' attribute.
See Also:
getAddress()
Generated

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "".

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ModelPackage.getIHost_Name()
Model
default="" transient="true"
Generated

setName

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

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