Package wt.part

Class 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:
  • Method Details

    • newLineNumber

      public static LineNumber newLineNumber(long number) throws WTException
      Constructs an instance of a LineNumber given a line number value.

      Supported API: true
      Parameters:
      number -
      Returns:
      LineNumber
      Throws:
      WTException