public class WBSCodeMask extends Object
Represents WBS Code mask.
Constructor and Description |
---|
WBSCodeMask()
Initializes a new instance of the
WBSCodeMask class. |
Modifier and Type | Method and Description |
---|---|
byte |
getLength()
Gets the number of characters of the code string.
|
int |
getLevel()
Gets the mask level.
|
String |
getSeparator()
Gets the separator of the code string.
|
int |
getSequence()
Gets 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)
Sets the separator of the code string.
|
void |
setSequence(int value)
Sets the type of character of the code string.
|
public WBSCodeMask()
Initializes a new instance of the WBSCodeMask
class.
public final byte getLength()
Gets the number of characters of the code string.
public final void setLength(byte value)
Sets the number of characters of the code string.
value
- the number of characters of the code string.public final int getLevel()
Gets the mask level.
public final String getSeparator()
Gets the separator of the code string.
public final void setSeparator(String value)
Sets the separator of the code string.
value
- the separator of the code string.public final int getSequence()
Gets the type of character of the code string.
public final void setSequence(int value)
Sets the type of character of the code string.
value
- the type of character of the code string.