static ExtendedAttributeDefinition |
ExtendedAttributeDefinition.createLookupResourceDefinition(int customFieldType,
int fieldId,
String alias) |
Factory method which creates an extended attribute definition with lookup.
|
static ExtendedAttributeDefinition |
ExtendedAttributeDefinition.createLookupResourceDefinition(int fieldId,
String alias) |
Factory method which creates an extended attribute definition with lookup.
|
static ExtendedAttributeDefinition |
ExtendedAttributeDefinition.createLookupTaskDefinition(int customFieldType,
int fieldId,
String alias) |
Factory method which creates an extended attribute definition with lookup.
|
static ExtendedAttributeDefinition |
ExtendedAttributeDefinition.createLookupTaskDefinition(int fieldId,
String alias) |
Factory method which creates an extended attribute definition with lookup.
|
static ExtendedAttributeDefinition |
ExtendedAttributeDefinition.createResourceDefinition(int customFieldType,
int fieldId,
String alias) |
Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
|
static ExtendedAttributeDefinition |
ExtendedAttributeDefinition.createResourceDefinition(int fieldId,
String alias) |
Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
|
static ExtendedAttributeDefinition |
ExtendedAttributeDefinition.createTaskDefinition(int customFieldType,
int fieldId,
String alias) |
Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
|
static ExtendedAttributeDefinition |
ExtendedAttributeDefinition.createTaskDefinition(int fieldId,
String alias) |
Factory method which creates a simple extended attribute definition, which Microsoft Project shows as "None".
|
ExtendedAttributeDefinition |
ExtendedAttributeDefinitionCollection.get(int index) |
Returns the element at the specified position in this collection.
|
ExtendedAttributeDefinition |
ExtendedAttribute.getAttributeDefinition() |
Gets the attribute definition.
|
ExtendedAttributeDefinition |
ExtendedAttributeDefinitionCollection.getById(int id) |
Returns an extended attribute definition by id
|
ExtendedAttributeDefinition |
ExtendedAttributeDefinitionCollection.remove(int index) |
Removes the element at the specified position in this collection and returns the element that was removed from
the collection.
|
ExtendedAttributeDefinition |
ExtendedAttributeDefinitionCollection.set(int index,
ExtendedAttributeDefinition value) |
Sets the element at the specified position in this collection.
|