Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Uses of Class
oracle.irm.engine.types.core.time.TimeWindow.DayOfWeek

Packages that use TimeWindow.DayOfWeek
oracle.irm.engine.types.core.time Time related objects, enumerations and exceptions. 

 

Uses of TimeWindow.DayOfWeek in oracle.irm.engine.types.core.time

 

Methods in oracle.irm.engine.types.core.time that return TimeWindow.DayOfWeek
static TimeWindow.DayOfWeek TimeWindow.DayOfWeek.fromValue(String value)
          Get the enumeration value from a string.
 TimeWindow.DayOfWeek TimeWindow.getDay()
          Day of the week this time window applies.
static TimeWindow.DayOfWeek TimeWindow.DayOfWeek.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeWindow.DayOfWeek[] TimeWindow.DayOfWeek.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.irm.engine.types.core.time with parameters of type TimeWindow.DayOfWeek
 void TimeWindow.setDay(TimeWindow.DayOfWeek value)
          Day of the week this time window applies.

 

Constructors in oracle.irm.engine.types.core.time with parameters of type TimeWindow.DayOfWeek
TimeWindow(TimePoint start, TimePoint end, TimeWindow.DayOfWeek day)
          Constructor.

 


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.