public class

RelativeDateValue

extends ExpressionValue
java.lang.Object
   ↳ com.emc.documentum.fs.datamodel.core.query.ExpressionValue
     ↳ com.emc.documentum.fs.datamodel.core.query.RelativeDateValue

Class Overview

Java class for RelativeDateValue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RelativeDateValue">
   <complexContent>
     <extension base="{http://query.core.datamodel.fs.documentum.emc.com/}ExpressionValue">
       <sequence>
       </sequence>
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="unit" type="{http://query.core.datamodel.fs.documentum.emc.com/}TimeUnit" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TimeUnit unit
protected int value
Public Constructors
RelativeDateValue()
Public Methods
TimeUnit getUnit()
Gets the value of the unit property.
int getValue()
Gets the value of the value property.
void setUnit(TimeUnit value)
Sets the value of the unit property.
void setValue(int value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TimeUnit unit

protected int value

Public Constructors

public RelativeDateValue ()

Public Methods

public TimeUnit getUnit ()

Gets the value of the unit property.

Returns

public int getValue ()

Gets the value of the value property.

public void setUnit (TimeUnit value)

Sets the value of the unit property.

Parameters
value Allowed object is TimeUnit

public void setValue (int value)

Sets the value of the value property.

Parameters
value