public class WBSCodeMask extends Object
Represents WBS Code mask.
Constructor and Description |
---|
WBSCodeMask() |
Modifier and Type | Method and Description |
---|---|
byte |
getLength()
The number of characters of the code string.
|
int |
getLevel()
Mask level.
|
String |
getSeparator()
Returns a character to separate the code string for one level from the code string for the next level.
|
int |
getSequence()
Returns the type of character of the code string.
|
void |
setLength(byte value)
Sets the number of characters of the code string.
|
void |
setSeparator(String value)
Specifies a character to separate the code string for one level from the code string for the next level.
|
void |
setSequence(int value)
Specifies the type of character of the code string.
|
public final byte getLength()
The number of characters of the code string.
public final void setLength(byte value)
value
- the number of characters of the code string.public final int getLevel()
Mask level.
public final String getSeparator()
public final void setSeparator(String value)
value
- the separator of the code string.public final int getSequence()
Returns the type of character of the code string.
public final void setSequence(int value)
value
- the type of character of the code string.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.