edu.cmu.sei.aadl.aadl2.parsesupport
Class LocationReference

java.lang.Object
  extended by edu.cmu.sei.aadl.aadl2.parsesupport.LocationReference

public class LocationReference
extends java.lang.Object

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
LocationReference()
          object holding identifers for a classifier reference any field may be null
LocationReference(java.lang.String fn, int ln)
          object holding identifers for a classifier reference any field may be null
 
Method Summary
 java.lang.String getFilename()
           
 int getLine()
           
 void setFilename(java.lang.String in)
           
 void setLine(int in)
           
 
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

LocationReference

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


LocationReference

public LocationReference(java.lang.String fn,
                         int ln)
object holding identifers for a classifier reference any field may be null

Method Detail

setFilename

public void setFilename(java.lang.String in)

setLine

public void setLine(int in)

getFilename

public java.lang.String getFilename()

getLine

public int getLine()