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 theWBSCodeMaskclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description bytegetLength()Gets the number of characters of the code string.intgetLevel()Gets the mask level.StringgetSeparator()Gets the separator of the code string.intgetSequence()Gets the type of character of the code string.voidsetLength(byte value)Sets the number of characters of the code string.voidsetSeparator(String value)Sets the separator of the code string.voidsetSequence(int value)Sets the type of character of the code string.
-
-
-
Constructor Detail
-
WBSCodeMask
public WBSCodeMask()
Initializes a new instance of the
WBSCodeMaskclass.
-
-
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.
-
-