public class OutlineCodeDefinition extends Object
Represents an outline code definition.
Constructor and Description |
---|
OutlineCodeDefinition() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
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()
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()
The name of a custom outline code.
|
String |
getGuid()
The Guid of an outline code.
|
boolean |
getLeafOnly()
Determines whether the values specified in this outline code field must be leaf values.
|
List<OutlineMask> |
getMasks() |
boolean |
getOnlyTableValuesAllowed()
Determines whether the values specified must come from values table.
|
String |
getPhoneticAlias()
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.
|
List<OutlineValue> |
getValues() |
void |
setAlias(String value) |
void |
setAllLevelsRequired(boolean value) |
void |
setEnterprise(boolean value) |
void |
setEnterpriseOutlineCodeAlias(int value) |
void |
setFieldId(String value) |
void |
setFieldName(String value) |
void |
setGuid(String value) |
void |
setLeafOnly(boolean value) |
void |
setMasks(List<OutlineMask> value) |
void |
setOnlyTableValuesAllowed(boolean value) |
void |
setPhoneticAlias(String value) |
void |
setResourceSubstitutionEnabled(boolean value) |
void |
setShowIndent(boolean value) |
void |
setValues(List<OutlineValue> value) |
public String getGuid()
The Guid of an outline code.
Read/write string
.
public void setGuid(String value)
public String getFieldId()
Corresponds to the field number of an outline code.
Read/write string
.
public void setFieldId(String value)
public String getFieldName()
The name of a custom outline code.
Read/write string
.
public void setFieldName(String value)
public String getAlias()
The alias of a custom outline code.
Read/write string
.
public void setAlias(String value)
public String getPhoneticAlias()
The phonetic pronunciation of the alias of the custom outline code.
Read/write string
.
public void setPhoneticAlias(String value)
public List<OutlineValue> getValues()
public void setValues(List<OutlineValue> value)
public boolean getEnterprise()
Determines whether a custom outline code is an enterprise custom outline code.
Read/write bool
.
public void setEnterprise(boolean value)
public int getEnterpriseOutlineCodeAlias()
The reference to another custom field for which this outline code definition is an alias.
Read/write int
.
public void setEnterpriseOutlineCodeAlias(int value)
public boolean getResourceSubstitutionEnabled()
Determines whether the custom outline code can be used
by the Resource Substitution Wizard in Microsoft Project.
Read/write bool
.
public void setResourceSubstitutionEnabled(boolean value)
public boolean getLeafOnly()
Determines whether the values specified in this outline code field must be leaf values.
Read/write bool
.
public void setLeafOnly(boolean value)
public boolean getAllLevelsRequired()
Determines whether the new codes must have all levels.
Not available for Enterprise Codes.
Read/write bool
.
public void setAllLevelsRequired(boolean value)
public boolean getOnlyTableValuesAllowed()
Determines whether the values specified must come from values table.
Read/write bool
.
public void setOnlyTableValuesAllowed(boolean value)
public List<OutlineMask> getMasks()
public void setMasks(List<OutlineMask> value)
public boolean getShowIndent()
Determines whether the indents of this outline code must be shown.
Read/write bool
.
public void setShowIndent(boolean value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.