public interface IlvSDXLConstants
IlvSDXLConstants
interface defines various constant values
used throughout the ilog.views.gantt.xml
package. These are
provided as a separate interface for convenience. The interface can be
implemented by classes that need frequent access to these values.Modifier and Type | Field and Description |
---|---|
static String |
ACTIVITIES_ELEMENT
The activities group element name.
|
static String |
ACTIVITY_ELEMENT
The activity element name.
|
static String |
CONSTRAINT_ELEMENT
The constraint element name.
|
static String |
CONSTRAINTS_ELEMENT
The constraints group element name.
|
static String |
DATE_FORMAT_ATTRIBUTE
The date format attribute.
|
static String |
LANGUAGE_ATTRIBUTE
The language attribute.
|
static String |
RESERVATION_ELEMENT
The reservation element name.
|
static String |
RESERVATIONS_ELEMENT
The reservations group element name.
|
static String |
RESOURCE_ELEMENT
The resource element name.
|
static String |
RESOURCES_ELEMENT
The resources group element name.
|
static String |
SCHEDULE_ELEMENT
The schedule element name.
|
static final String SCHEDULE_ELEMENT
static final String ACTIVITIES_ELEMENT
static final String ACTIVITY_ELEMENT
static final String RESOURCES_ELEMENT
static final String RESOURCE_ELEMENT
static final String CONSTRAINTS_ELEMENT
static final String CONSTRAINT_ELEMENT
static final String RESERVATIONS_ELEMENT
static final String RESERVATION_ELEMENT
static final String DATE_FORMAT_ATTRIBUTE
static final String LANGUAGE_ATTRIBUTE
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.