com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class WBSCodeMask



  • public class WBSCodeMask
    extends Object

    Represents WBS Code mask.

    • 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.