Uses of Class
com.openindex.openestate.tool.calendar.CalendarEntryTable.Column
-
Packages that use CalendarEntryTable.Column Package Description com.openindex.openestate.tool.calendar ImmoTool-Add-On zur Verwaltung von iCal-Kalendern. -
-
Uses of CalendarEntryTable.Column in com.openindex.openestate.tool.calendar
Methods in com.openindex.openestate.tool.calendar that return CalendarEntryTable.Column Modifier and Type Method Description static CalendarEntryTable.Column
CalendarEntryTable.Column. valueOf(String name)
Returns the enum constant of this type with the specified name.static CalendarEntryTable.Column[]
CalendarEntryTable.Column. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.calendar with parameters of type CalendarEntryTable.Column Modifier and Type Method Description Object
CalendarEntryTable.Row. getValueForCalendar(CalendarEntryTable.Column column)
-