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) booleangetAlias()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.inthashCode()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) voidvoidsetAppendNewValues(Boolean appendNewValues) voidsetAutoRollDown(Boolean autoRollDown) voidsetCalculationType(CalculationType calculationType) voidsetCfType(CustomFieldType cfType) voidsetDefault(String _default) voidsetDefaultGuid(String defaultGuid) voidsetElementType(ElementType elementType) voidsetFieldId(String fieldId) voidsetFieldName(String fieldName) voidsetFormula(String formula) voidvoidsetLookupUid(String lookupUid) voidsetMaxMultiValues(Integer maxMultiValues) voidsetPhoneticsAlias(String phoneticsAlias) voidsetRestrictValues(Boolean restrictValues) voidsetRollupType(RollupType rollupType) voidsetSecondaryGuid(String secondaryGuid) voidsetSecondaryPid(String secondaryPid) voidsetSummaryRowsCalculationType(SummaryRowsCalculationType summaryRowsCalculationType) voidsetUserDef(Boolean userDef) voidsetValueList(List<Value> valueList) voidsetValuelistSortOrder(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
-