Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
static RecurrenceType |
RecurrenceType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
RecurrenceType |
RecurringData.getRecurrenceType()
Retrieves the recurrence type.
|
static RecurrenceType |
RecurrenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecurrenceType[] |
RecurrenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RecurringData.setRecurrenceType(RecurrenceType type)
Sets the recurrence type.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.