public interface IArtifact
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Get the column number within the line
|
String |
getDescription()
Get text description of the artifact
|
String |
getFileName()
Get string representation of the filename containing the artifact
|
String |
getId()
Get unique id
|
int |
getLine()
Get line number within file
|
String |
getPrimaryfileName() |
String |
getShortName()
Get short name of artifact
|
SourceInfo |
getSourceInfo()
Get detail info on source code location of artifact
|
void |
setColumn(int col)
Set the column number within the line
|
void |
setLine(int lineNo)
Set the line number within the file
|
void |
setShortName(String name)
Set short name for artifact
|
int getColumn()
void setColumn(int col)
col
- String getDescription()
String getFileName()
String getId()
int getLine()
void setLine(int lineNo)
lineNo
- String getPrimaryfileName()
String getShortName()
void setShortName(String name)
name
- SourceInfo getSourceInfo()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.