edu.cmu.sei.aadl.model.parsesupport
Class FeatureReference

java.lang.Object
  extended by edu.cmu.sei.aadl.model.parsesupport.LocationReference
      extended by edu.cmu.sei.aadl.model.parsesupport.NamedElementReference
          extended by edu.cmu.sei.aadl.model.parsesupport.FeatureReference

public class FeatureReference
extends NamedElementReference

Author:
phf To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
FeatureReference()
          object holding identifers for a classifier reference any field may be null
 
Method Summary
 java.lang.String getCompName()
           
 java.lang.String getFeatureName()
           
 java.lang.String getQualifiedName()
           
 void setCompName(java.lang.String cn)
          set component name as context
 void setFeatureName(java.lang.String pn)
          set feature name as element name
 
Methods inherited from class edu.cmu.sei.aadl.model.parsesupport.NamedElementReference
getContextName, getElementName, setContextName, setElementName
 
Methods inherited from class edu.cmu.sei.aadl.model.parsesupport.LocationReference
getFilename, getLine, setFilename, setLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

FeatureReference

public FeatureReference()
object holding identifers for a classifier reference any field may be null

Method Detail

setCompName

public void setCompName(java.lang.String cn)
set component name as context


setFeatureName

public void setFeatureName(java.lang.String pn)
set feature name as element name

Parameters:
pn -

getCompName

public java.lang.String getCompName()

getFeatureName

public java.lang.String getFeatureName()

getQualifiedName

public java.lang.String getQualifiedName()