public class OutlineCodeDefinition extends Object
Represents an outline code definition.
Constructor and Description |
---|
OutlineCodeDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Returns the alias of a custom outline code.
|
boolean |
getAllLevelsRequired()
Determines whether the new codes must have all levels.
|
boolean |
getEnterprise()
Determines whether a custom outline code is an enterprise custom outline code.
|
int |
getEnterpriseOutlineCodeAlias()
Returns the reference to another custom field for which this outline code definition is an alias.
|
String |
getFieldId()
Corresponds to the field number of an outline code.
|
String |
getFieldName()
Returns the name of a custom outline code.
|
String |
getGuid()
Returns the Guid of an outline code.
|
boolean |
getLeafOnly()
Determines whether the values specified in this outline code field must be leaf values.
|
OutlineMaskCollection |
getMasks()
Returns OutlineMaskCollection object.
|
boolean |
getOnlyTableValuesAllowed()
Determines whether the values specified must come from values table.
|
String |
getPhoneticAlias()
Returns the phonetic pronunciation of the alias of the custom outline code.
|
boolean |
getResourceSubstitutionEnabled()
Determines whether the custom outline code can be used
by the Resource Substitution Wizard in Microsoft Project.
|
boolean |
getShowIndent()
Determines whether the indents of this outline code must be shown.
|
OutlineValueCollection |
getValues()
Returns OutlineValueCollection object.
|
void |
setAlias(String value)
Sets the alias of a custom outline code.
|
void |
setAllLevelsRequired(boolean value)
Determines whether the new codes must have all levels.
|
void |
setEnterprise(boolean value)
Determines whether a custom outline code is an enterprise custom outline code.
|
void |
setEnterpriseOutlineCodeAlias(int value)
Sets the reference to another custom field for which this outline code definition is an alias.
|
void |
setFieldId(String value)
Corresponds to the field number of an outline code.
|
void |
setFieldName(String value)
Sets the name of a custom outline code.
|
void |
setGuid(String value)
Sets the Guid of an outline code.
|
void |
setLeafOnly(boolean value)
Determines whether the values specified in this outline code field must be leaf values.
|
void |
setOnlyTableValuesAllowed(boolean value)
Determines whether the values specified must come from values table.
|
void |
setPhoneticAlias(String value)
Sets the phonetic pronunciation of the alias of the custom outline code.
|
void |
setResourceSubstitutionEnabled(boolean value)
Determines whether the custom outline code can be used
by the Resource Substitution Wizard in Microsoft Project.
|
void |
setShowIndent(boolean value)
Determines whether the indents of this outline code must be shown.
|
public String getGuid()
Returns the Guid of an outline code.
Read/write String
.
public void setGuid(String value)
Sets the Guid of an outline code.
Read/write String
.
value
- outline code Guid.public String getFieldId()
Corresponds to the field number of an outline code.
Read/write String
.
public void setFieldId(String value)
Corresponds to the field number of an outline code.
Read/write String
.
value
- field number of an outline code.public String getFieldName()
Returns the name of a custom outline code.
Read/write String
.
public void setFieldName(String value)
Sets the name of a custom outline code.
Read/write String
.
value
- outline code name.public String getAlias()
Returns the alias of a custom outline code.
Read/write String
.
public void setAlias(String value)
Sets the alias of a custom outline code.
Read/write String
.
value
- outline code alias.public String getPhoneticAlias()
Returns the phonetic pronunciation of the alias of the custom outline code.
Read/write String
.
public void setPhoneticAlias(String value)
Sets the phonetic pronunciation of the alias of the custom outline code.
Read/write String
.
value
- outline code alias phonetic pronunciation.public OutlineValueCollection getValues()
Returns OutlineValueCollection object.
The values of the table associated with this outline code.
Read-only OutlineValueCollection
instance.
public boolean getEnterprise()
Determines whether a custom outline code is an enterprise custom outline code.
Read/write boolean
.
public void setEnterprise(boolean value)
Determines whether a custom outline code is an enterprise custom outline code.
Read/write boolean
.
value
- true if custom outline code is an enterprise code.public int getEnterpriseOutlineCodeAlias()
Returns the reference to another custom field for which this outline code definition is an alias.
Read/write int
.
public void setEnterpriseOutlineCodeAlias(int value)
Sets the reference to another custom field for which this outline code definition is an alias.
Read/write int
.
value
- enterprise outline code alias.public boolean getResourceSubstitutionEnabled()
Determines whether the custom outline code can be used
by the Resource Substitution Wizard in Microsoft Project.
Read/write boolean
.
public void setResourceSubstitutionEnabled(boolean value)
Determines whether the custom outline code can be used
by the Resource Substitution Wizard in Microsoft Project.
Read/write boolean
.
value
- true if Resource Substitution enabled.public boolean getLeafOnly()
Determines whether the values specified in this outline code field must be leaf values.
Read/write boolean
.
public void setLeafOnly(boolean value)
Determines whether the values specified in this outline code field must be leaf values.
Read/write boolean
.
value
- true if the values specified in this outline code field must be leaf values only.public boolean getAllLevelsRequired()
Determines whether the new codes must have all levels.
Not available for Enterprise Codes.
Read/write boolean
.
public void setAllLevelsRequired(boolean value)
Determines whether the new codes must have all levels.
Not available for Enterprise Codes.
Read/write boolean
.
value
- true if the new codes must have all levels.public boolean getOnlyTableValuesAllowed()
Determines whether the values specified must come from values table.
Read/write boolean
.
public void setOnlyTableValuesAllowed(boolean value)
Determines whether the values specified must come from values table.
Read/write boolean
.
value
- true if only table values allowed.public OutlineMaskCollection getMasks()
Returns OutlineMaskCollection object.
The table of entries that define the outline code mask.
Read-only OutlineMaskCollection
instance.
public boolean getShowIndent()
Determines whether the indents of this outline code must be shown.
Read/write boolean
.
This is new for MS Project 2010 property.
public void setShowIndent(boolean value)
Determines whether the indents of this outline code must be shown.
Read/write boolean
.
This is new for MS Project 2010 property.
value
- true if the indents of this outline code must be shown.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.