WBSCodeMask
Contents
[
Hide
]Inheritance: java.lang.Object
public class WBSCodeMask
Represents WBS Code mask.
Constructors
| Constructor | Description |
|---|---|
| WBSCodeMask() | Initializes a new instance of the WBSCodeMask class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | byte | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | the separator of the code string. |
setSequence(int value)
public final void setSequence(int value)
Sets the type of character of the code string.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | the type of character of the code string. |