org.dmtf.schemas.wscim.rasd
Interface HostResource

All Superinterfaces:
CimString, EObject, Notifier

public interface HostResource
extends CimString

A representation of the model object 'Host Resource'.

The following features are supported:

See Also:
RasdPackage.getHostResource()

Method Summary
 LocalHostResource getLocalHostResource()
          Returns the value of the 'Local Host Resource' reference.
 void setLocalHostResource(LocalHostResource value)
          Sets the value of the 'Local Host Resource' reference.
 
Methods inherited from interface org.dmtf.schemas.wscim.cim.common.CimString
getAnyAttribute, getValue, setValue
 
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

getLocalHostResource

LocalHostResource getLocalHostResource()
Returns the value of the 'Local Host Resource' reference.

If the meaning of the 'Local Host Resource' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Local Host Resource' reference.
See Also:
setLocalHostResource(LocalHostResource), RasdPackage.getHostResource_LocalHostResource()

setLocalHostResource

void setLocalHostResource(LocalHostResource value)
Sets the value of the 'Local Host Resource' reference.

Parameters:
value - the new value of the 'Local Host Resource' reference.
See Also:
getLocalHostResource()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved