WBSCodeMask

Inheritance: java.lang.Object

public class WBSCodeMask

Represents WBS Code mask.

Constructors

ConstructorDescription
WBSCodeMask()Initializes a new instance of the WBSCodeMask class.

Methods

MethodDescription
getLength()Gets the number of characters of the code string.
getLevel()Gets the mask level.
getSeparator()Gets the separator of the code string.
getSequence()Gets the type of character of the code string.
setLength(byte value)Sets the number of characters of the code string.
setSeparator(String value)Sets the separator of the code string.
setSequence(int value)Sets the type of character of the code string.

WBSCodeMask()

public WBSCodeMask()

Initializes a new instance of the WBSCodeMask class.

getLength()

public final byte getLength()

Gets the number of characters of the code string.

Returns: byte - the number of characters of the code string.

getLevel()

public final int getLevel()

Gets the mask level.

Returns: int - the mask level.

getSeparator()

public final String getSeparator()

Gets the separator of the code string.


Default value is Period.

Returns: java.lang.String - the separator of the code string.

getSequence()

public final int getSequence()

Gets the type of character of the code string.

Returns: int - the type of character of the code string.

setLength(byte value)

public final void setLength(byte value)

Sets the number of characters of the code string.

Parameters:

ParameterTypeDescription
valuebytethe number of characters of the code string.

setSeparator(String value)

public final void setSeparator(String value)

Sets the separator of the code string.


Default value is Period.

Parameters:

ParameterTypeDescription
valuejava.lang.Stringthe separator of the code string.

setSequence(int value)

public final void setSequence(int value)

Sets the type of character of the code string.

Parameters:

ParameterTypeDescription
valueintthe type of character of the code string.