public class WBSCodeDefinition extends Object
Represents a WBS Code Definition.
Constructor and Description |
---|
WBSCodeDefinition()
Initializes a new instance of the
WBSCodeDefinition class. |
Modifier and Type | Method and Description |
---|---|
WBSCodeMaskCollection |
getCodeMaskCollection()
Collection of WBSCodeMask objects.
|
String |
getCodePrefix()
Project Code Prefix.
|
boolean |
getGenerateWBSCode()
Determines whether to generate WBS code for new task.
|
boolean |
getVerifyUniqueness()
Determines whether to verify uniqueness of new WBS codes.
|
void |
setCodePrefix(String value)
Project Code Prefix.
|
void |
setGenerateWBSCode(boolean value)
Determines whether to generate WBS code for new task.
|
void |
setVerifyUniqueness(boolean value)
Determines whether to verify uniqueness of new WBS codes.
|
public WBSCodeDefinition()
Initializes a new instance of the WBSCodeDefinition
class.
public final WBSCodeMaskCollection getCodeMaskCollection()
Collection of WBSCodeMask objects.
public final String getCodePrefix()
Project Code Prefix.
public final void setCodePrefix(String value)
Project Code Prefix.
value
- a Project Code Prefix.public final boolean getGenerateWBSCode()
Determines whether to generate WBS code for new task.
public final void setGenerateWBSCode(boolean value)
Determines whether to generate WBS code for new task.
value
- true if WBS codes are to be generated for project tasks; otherwise, false.public final boolean getVerifyUniqueness()
Determines whether to verify uniqueness of new WBS codes.
public final void setVerifyUniqueness(boolean value)
Determines whether to verify uniqueness of new WBS codes.
value
- true if the uniqueness of new WBS codes are to be verified; otherwise, false.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.