Package wt.part
Class LineNumber
java.lang.Object
wt.part._LineNumber
wt.part.LineNumber
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable
@GenAsObjectMappable(versions=-6976509366736379379L,
properties=@GeneratedProperty(name="value",type=long.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(lowerLimit=0)))
public final class LineNumber
extends _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
- See Also:
-
Field Summary
Fields inherited from class wt.part._LineNumber
VALUE -
Method Summary
Modifier and TypeMethodDescriptionstatic LineNumbernewLineNumber(long number) Constructs an instance of a LineNumber given a line number value.Methods inherited from class wt.part._LineNumber
getValue, setValue
-
Method Details
-
newLineNumber
Constructs an instance of a LineNumber given a line number value.
Supported API: true- Parameters:
number-- Returns:
- LineNumber
- Throws:
WTException
-