|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymphonyType | |
---|---|
com.ibm.tws.objects.plan | |
com.ibm.tws.objects.plan.types |
Uses of SymphonyType in com.ibm.tws.objects.plan |
---|
Methods in com.ibm.tws.objects.plan that return SymphonyType | |
SymphonyType |
SymphonyInPlan.getType()
Returns the Symphony type Valid Values are: Archived, Trial, Forecast, Unknown. |
SymphonyType |
SymphonyInPlanKey.getType()
Returns the Symphony Type. |
Methods in com.ibm.tws.objects.plan with parameters of type SymphonyType | |
void |
SymphonyInPlan.setType(SymphonyType type)
Sets the Symphony type For Internal Use Only Valid Values are: Archived, Trial, Forecast, Unknown. |
void |
SymphonyInPlanKey.setType(SymphonyType type)
Sets the Symphony Type |
Constructors in com.ibm.tws.objects.plan with parameters of type SymphonyType | |
SymphonyInPlanKey(java.lang.String name,
SymphonyType type)
Constructor for this class. |
Uses of SymphonyType in com.ibm.tws.objects.plan.types |
---|
Fields in com.ibm.tws.objects.plan.types declared as SymphonyType | |
static SymphonyType |
SymphonyType.SYMPHONY_TYPE_ARCHIVED
The Symphony is Archived (and then stored in schedlog) |
static SymphonyType |
SymphonyType.SYMPHONY_TYPE_TRIAL
The Symphony is a Trial (and then stored in schedTrial) |
static SymphonyType |
SymphonyType.SYMPHONY_TYPE_FORECAST
The Symphony is a Forecast (and then stored in schedForecast) |
static SymphonyType |
SymphonyType.SYMPHONY_TYPE_UNKNOWN
The Symphony is of an Unknown Type. |
Methods in com.ibm.tws.objects.plan.types that return SymphonyType | |
static SymphonyType |
SymphonyType.getInstance(char charValue)
Returns a reference to the instance of SymphonyType that is associated to the specified character. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |