public interface LocAnn extends Ann
Modifier and Type | Method and Description |
---|---|
BigInteger |
getCol()
Returns the Col element.
|
BigInteger |
getEnd() |
BigInteger |
getLength()
Returns the Length element.
|
BigInteger |
getLine()
Returns the Line element.
|
String |
getLoc()
Returns the Loc element.
|
BigInteger |
getStart()
Returns the Start element.
|
void |
setCol(BigInteger col)
Sets the Col element.
|
void |
setLength(BigInteger length)
Sets the Length element.
|
void |
setLine(BigInteger line)
Sets the Line element.
|
void |
setLoc(String loc)
Sets the Loc element.
|
void |
setStart(BigInteger start)
Sets the Start element.
|
String getLoc()
void setLoc(String loc)
loc
- the Loc element.getLoc()
BigInteger getLine()
void setLine(BigInteger line)
line
- the Line element.getLine()
BigInteger getCol()
void setCol(BigInteger col)
col
- the Col element.getCol()
BigInteger getStart()
void setStart(BigInteger start)
start
- the Start element.getStart()
BigInteger getLength()
void setLength(BigInteger length)
length
- the Length element.getLength()
BigInteger getEnd()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.