|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.specification.RangeValue
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private Object |
end
|
private static String |
RESOURCE
|
private Object |
start
|
Fields inherited from interface wt.query.specification.BinaryValue |
END, START |
Constructor Summary | |
RangeValue(Object start,
Object end)
Supported API: false |
Method Summary | |
Object |
getEnd()
Gets the value of the attribute: end. |
Object |
getStart()
Gets the value of the attribute: start. |
void |
setEnd(Object a_End)
Sets the value of the attribute: end. |
void |
setStart(Object a_Start)
Sets the value of the attribute: start. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Object start
private Object end
Constructor Detail |
public RangeValue(Object start, Object end) throws WTPropertyVetoException
start
- end
-
WTPropertyVetoException
Method Detail |
public Object getStart()
getStart
in interface BinaryValue
public void setStart(Object a_Start) throws WTPropertyVetoException
setStart
in interface BinaryValue
a_Start
-
WTPropertyVetoException
public Object getEnd()
getEnd
in interface BinaryValue
public void setEnd(Object a_End) throws WTPropertyVetoException
setEnd
in interface BinaryValue
a_End
-
WTPropertyVetoException
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |