TPTP 4.6.0 Platform Project
Public API Specification

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

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

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

A representation of the model object 'CFG Artifact Location Pair'.

The following features are supported:

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

Method Summary
 CFGArtifact getArtifact()
          Returns the value of the 'Artifact' reference
 CFGLocation getLocation()
          Returns the value of the 'Location' reference
 void setArtifact(CFGArtifact value)
          Sets the value of the 'Artifact' reference
 void setLocation(CFGLocation value)
          Sets the value of the 'Location' reference
 
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

getLocation

CFGLocation getLocation()
Returns the value of the 'Location' reference.

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

Returns:
the value of the 'Location' reference.
See Also:
setLocation(CFGLocation), Common_ConfigurationPackage.getCFGArtifactLocationPair_Location()
Generated
[EMF] Model
required="true"

setLocation

void setLocation(CFGLocation value)
Sets the value of the 'Location' reference.

Parameters:
value - the new value of the 'Location' reference.
See Also:
getLocation()
Generated

getArtifact

CFGArtifact getArtifact()
Returns the value of the 'Artifact' reference.

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

Returns:
the value of the 'Artifact' reference.
See Also:
setArtifact(CFGArtifact), Common_ConfigurationPackage.getCFGArtifactLocationPair_Artifact()
Generated
[EMF] Model
required="true"

setArtifact

void setArtifact(CFGArtifact value)
Sets the value of the 'Artifact' reference.

Parameters:
value - the new value of the 'Artifact' reference.
See Also:
getArtifact()
Generated

TPTP 4.6.0 Platform Project
Public API Specification