|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.part.LineNumber
public final class LineNumber
Represent line number value.
Use the newLineNumber static factory method(s), not the
LineNumber constructor, to construct instances of this class.
Instances must be constructed using the static factory(s), in order
to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static String |
VALUE
Label for the attribute. |
| Method Summary | |
|---|---|
long |
getValue()
Gets the value of the attribute: VALUE. |
static LineNumber |
newLineNumber(long number)
Constructs an instance of a LineNumber given a line number value. |
void |
setValue(long a_Value)
Sets the value of the attribute: VALUE. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String VALUE
| Method Detail |
|---|
public long getValue()
public void setValue(long a_Value)
throws WTPropertyVetoException
a_Value -
WTPropertyVetoException
public static LineNumber newLineNumber(long number)
throws WTException
number -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||