Skip navigation links

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

E12907-01


Uses of Class
oracle.irm.engine.types.core.time.TimeSpan.ReferencePoint

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

 

Uses of TimeSpan.ReferencePoint in oracle.irm.engine.types.core.time

 

Methods in oracle.irm.engine.types.core.time that return TimeSpan.ReferencePoint
static TimeSpan.ReferencePoint TimeSpan.ReferencePoint.fromValue(String value)
          Get the enumeration value from a string.
 TimeSpan.ReferencePoint TimeSpan.getReferencePoint()
          The reference point for a time span.
static TimeSpan.ReferencePoint TimeSpan.ReferencePoint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TimeSpan.ReferencePoint[] TimeSpan.ReferencePoint.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 TimeSpan.ReferencePoint
 void TimeSpan.setReferencePoint(TimeSpan.ReferencePoint value)
          The reference point for a time span.

 

Constructors in oracle.irm.engine.types.core.time with parameters of type TimeSpan.ReferencePoint
AbsoluteTimeSpan(TimeSpan.ReferencePoint referencePoint, Date startTime, Date stopTime)
          Constructor.
RelativeTimeSpan(TimeSpan.ReferencePoint referencePoint, RelativeTimeSpan.TimeBase timeBase, TimePeriod startTime, TimePeriod stopTime)
          Constructor.
TimeSpan(TimeSpan.ReferencePoint referencePoint)
          Constructor.

 


Skip navigation links

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

E12907-01


Copyright © 2010, Oracle. All rights reserved.