edu.cmu.sei.aadl.aadl2.parsesupport
Class LocationReference
java.lang.Object
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final java.lang.String copyright
- See Also:
- Constant Field Values
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
setFilename
public void setFilename(java.lang.String in)
setLine
public void setLine(int in)
getFilename
public java.lang.String getFilename()
getLine
public int getLine()