MPXJ: Microsoft Project Exchange

net.sf.mpxj.utility
Interface MpxjEnum

Package class diagram package MpxjEnum
All Known Subinterfaces:
FieldType
All Known Implementing Classes:
AccrueType, AssignmentField, BackgroundPattern, BookingType, ChartPattern, ColorType, ConstraintType, CurrencySymbolPosition, DataType, DateOrder, Day, DayType, EarnedValueMethod, GanttBarDateFormat, GanttBarMiddleShape, GanttBarShowForTasks, GanttBarStartEndShape, GanttBarStartEndType, Interval, LineStyle, LinkStyle, NonWorkingTimeStyle, ProgressLineDay, ProjectDateFormat, ProjectTimeFormat, RecurrenceType, RelationType, ResourceField, ResourceType, ScheduleFrom, TaskField, TaskMode, TaskType, TestOperator, TimescaleAlignment, TimescaleFormat, TimescaleUnits, TimeUnit, ViewType, WorkContour, WorkGroup

public interface MpxjEnum

This interface defines the common features of enums used by MPXJ.


Method Summary
 int getValue()
          This method is used to retrieve the int value (not the ordinal) associated with an enum instance.
 

Method Detail

getValue

int getValue()
This method is used to retrieve the int value (not the ordinal) associated with an enum instance.

Returns:
enum value


Copyright © 2000-2013 Packwood Software. All Rights Reserved.