Package com.aspose.tasks
Class WBSCodeMask
- java.lang.Object
-
- com.aspose.tasks.WBSCodeMask
-
public class WBSCodeMask extends Object
Represents WBS Code mask.
-
-
Constructor Summary
Constructors Constructor Description WBSCodeMask()
Initializes a new instance of theWBSCodeMask
class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Constructor Detail
-
WBSCodeMask
public WBSCodeMask()
Initializes a new instance of the
WBSCodeMask
class.
-
-
Method Detail
-
getLength
public final byte getLength()
Gets the number of characters of the code string.
- Returns:
- the number of characters of the code string.
-
setLength
public final void setLength(byte value)
Sets the number of characters of the code string.
- Parameters:
value
- the number of characters of the code string.
-
getLevel
public final int getLevel()
Gets the mask level.
- Returns:
- the mask level.
-
getSeparator
public final String getSeparator()
Gets the separator of the code string.
Default value is Period.- Returns:
- the separator of the code string.
-
setSeparator
public final void setSeparator(String value)
Sets the separator of the code string.
Default value is Period.- Parameters:
value
- the separator of the code string.
-
getSequence
public final int getSequence()
Gets the type of character of the code string.
- Returns:
- the type of character of the code string.
-
setSequence
public final void setSequence(int value)
Sets the type of character of the code string.
- Parameters:
value
- the type of character of the code string.
-
-