|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.makumba.devel.relations.FileRelations.RelationOrigin
public class FileRelations.RelationOrigin
Origin of the relation
Constructor Summary | |
---|---|
FileRelations.RelationOrigin(int startCol,
int endCol,
int startLine,
int endLine,
String tagName,
String expr,
String field,
String reason)
|
Method Summary | |
---|---|
int |
getEndCol()
Gets the end column of the tag at the origin of a relation |
int |
getEndLine()
Gets the end line of the tag at the origin of a relation |
String |
getExpr()
Gets the expression at the origin of a relation. |
String |
getField()
The field pointed by a relation to a MDD. |
String |
getOtherReason()
Gets the reason at the origin of a relation, if none of the other elements could be provided. |
int |
getStartCol()
Gets the start column of the tag at the origin of a relation |
int |
getStartLine()
Gets the start line of the tag at the origin of a relation |
String |
getTagName()
Gets the name of the tag at the origin of a relation |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileRelations.RelationOrigin(int startCol, int endCol, int startLine, int endLine, String tagName, String expr, String field, String reason)
Method Detail |
---|
public int getStartCol()
public int getEndCol()
public int getStartLine()
public int getEndLine()
public String getTagName()
public String getExpr()
public String getField()
public String getOtherReason()
public String toString()
toString
in class Object
|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |