Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mpp |
Modifier and Type | Method and Description |
---|---|
static CustomFieldValueDataType |
CustomFieldValueDataType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static CustomFieldValueDataType |
CustomFieldValueDataType.getInstanceByMaskValue(int type)
Retrieve an instance of the enum based on its mask value.
|
CustomFieldValueDataType |
CustomFieldValueMask.getType()
Retrieve the value type.
|
static CustomFieldValueDataType |
CustomFieldValueDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomFieldValueDataType[] |
CustomFieldValueDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CustomFieldValueMask(int length,
int level,
String separator,
CustomFieldValueDataType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
CustomFieldValueDataType |
CustomFieldValueItem.getType()
Retrieve the value type.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomFieldValueItem.setType(CustomFieldValueDataType type)
Set the value type.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.