Package com.aspose.tasks.cloud.model
Class ExtendedAttributeDefinition
java.lang.Object
com.aspose.tasks.cloud.model.ExtendedAttributeDefinition
Extended attribute definition's brief into.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddValueListItem
(Value valueListItem) appendNewValues
(Boolean appendNewValues) autoRollDown
(Boolean autoRollDown) calculationType
(CalculationType calculationType) cfType
(CustomFieldType cfType) defaultGuid
(String defaultGuid) elementType
(ElementType elementType) boolean
getAlias()
The alias of a custom field.Determines whether rollups are calculated for a task and group summary rows.The type of a custom field.The default value in the list.The Guid of the default lookup table entry.Determines whether the extended attribute is associated with a task or a resourceCorresponds to the Pid of a custom field.The name of a custom field.The formula that Microsoft Project uses to populate a custom task field.getGuid()
The Guid of a custom field.The Guid of the lookup table associated with a custom field.The maximum number of values you can set in a picklist.The phonetic pronunciation of the alias of a custom field.The way rollups are calculated.Secondary guid of extended attribute.The secondary Pid of a custom field.Gets or sets the type of calculation of the custom attribute's value for summary rows.Returns list of Extended Attribute Values.The way value lists are sorted.int
hashCode()
Determines whether new values added to a project are automatically added to the list.Determines whether an automatic rolldown to assignments is enabled.Determines whether only values in the list are allowed in a file.Determines whether a custom field is user defined.maxMultiValues
(Integer maxMultiValues) phoneticsAlias
(String phoneticsAlias) restrictValues
(Boolean restrictValues) rollupType
(RollupType rollupType) secondaryGuid
(String secondaryGuid) secondaryPid
(String secondaryPid) void
void
setAppendNewValues
(Boolean appendNewValues) void
setAutoRollDown
(Boolean autoRollDown) void
setCalculationType
(CalculationType calculationType) void
setCfType
(CustomFieldType cfType) void
setDefault
(String _default) void
setDefaultGuid
(String defaultGuid) void
setElementType
(ElementType elementType) void
setFieldId
(String fieldId) void
setFieldName
(String fieldName) void
setFormula
(String formula) void
void
setLookupUid
(String lookupUid) void
setMaxMultiValues
(Integer maxMultiValues) void
setPhoneticsAlias
(String phoneticsAlias) void
setRestrictValues
(Boolean restrictValues) void
setRollupType
(RollupType rollupType) void
setSecondaryGuid
(String secondaryGuid) void
setSecondaryPid
(String secondaryPid) void
setSummaryRowsCalculationType
(SummaryRowsCalculationType summaryRowsCalculationType) void
setUserDef
(Boolean userDef) void
setValueList
(List<Value> valueList) void
setValuelistSortOrder
(Integer valuelistSortOrder) summaryRowsCalculationType
(SummaryRowsCalculationType summaryRowsCalculationType) toString()
valuelistSortOrder
(Integer valuelistSortOrder)
-
Constructor Details
-
ExtendedAttributeDefinition
public ExtendedAttributeDefinition()
-
-
Method Details
-
fieldId
-
getFieldId
Corresponds to the Pid of a custom field.- Returns:
- fieldId
-
setFieldId
-
fieldName
-
getFieldName
The name of a custom field.- Returns:
- fieldName
-
setFieldName
-
cfType
-
getCfType
The type of a custom field.- Returns:
- cfType
-
setCfType
-
guid
-
getGuid
The Guid of a custom field.- Returns:
- guid
-
setGuid
-
elementType
-
getElementType
Determines whether the extended attribute is associated with a task or a resource- Returns:
- elementType
-
setElementType
-
maxMultiValues
-
getMaxMultiValues
The maximum number of values you can set in a picklist.- Returns:
- maxMultiValues
-
setMaxMultiValues
-
userDef
-
isUserDef
Determines whether a custom field is user defined.- Returns:
- userDef
-
setUserDef
-
alias
-
getAlias
The alias of a custom field.- Returns:
- alias
-
setAlias
-
secondaryPid
-
getSecondaryPid
The secondary Pid of a custom field.- Returns:
- secondaryPid
-
setSecondaryPid
-
autoRollDown
-
isAutoRollDown
Determines whether an automatic rolldown to assignments is enabled.- Returns:
- autoRollDown
-
setAutoRollDown
-
defaultGuid
-
getDefaultGuid
The Guid of the default lookup table entry.- Returns:
- defaultGuid
-
setDefaultGuid
-
lookupUid
-
getLookupUid
The Guid of the lookup table associated with a custom field.- Returns:
- lookupUid
-
setLookupUid
-
phoneticsAlias
-
getPhoneticsAlias
The phonetic pronunciation of the alias of a custom field.- Returns:
- phoneticsAlias
-
setPhoneticsAlias
-
rollupType
-
getRollupType
The way rollups are calculated.- Returns:
- rollupType
-
setRollupType
-
calculationType
-
getCalculationType
Determines whether rollups are calculated for a task and group summary rows.- Returns:
- calculationType
-
setCalculationType
-
summaryRowsCalculationType
public ExtendedAttributeDefinition summaryRowsCalculationType(SummaryRowsCalculationType summaryRowsCalculationType) -
getSummaryRowsCalculationType
Gets or sets the type of calculation of the custom attribute's value for summary rows.- Returns:
- summaryRowsCalculationType
-
setSummaryRowsCalculationType
-
formula
-
getFormula
The formula that Microsoft Project uses to populate a custom task field.- Returns:
- formula
-
setFormula
-
restrictValues
-
isRestrictValues
Determines whether only values in the list are allowed in a file.- Returns:
- restrictValues
-
setRestrictValues
-
valuelistSortOrder
-
getValuelistSortOrder
The way value lists are sorted. Values are: 0=Descending, 1=Ascending.- Returns:
- valuelistSortOrder
-
setValuelistSortOrder
-
appendNewValues
-
isAppendNewValues
Determines whether new values added to a project are automatically added to the list.- Returns:
- appendNewValues
-
setAppendNewValues
-
_default
-
getDefault
The default value in the list.- Returns:
- _default
-
setDefault
-
valueList
-
addValueListItem
-
getValueList
Returns list of Extended Attribute Values.- Returns:
- valueList
-
setValueList
-
secondaryGuid
-
getSecondaryGuid
Secondary guid of extended attribute.- Returns:
- secondaryGuid
-
setSecondaryGuid
-
equals
-
hashCode
public int hashCode() -
toString
-