|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.AttributeRange
public class AttributeRange
This class specifies start and end points of a range.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
AttributeRange(float start,
float end)
Supported API: true |
|
AttributeRange(Float start,
Float end)
Supported API: true |
|
AttributeRange(Integer start,
Integer end)
Supported API: true |
|
AttributeRange(int start,
int end)
Supported API: true |
|
AttributeRange(long start,
long end)
Supported API: true |
|
AttributeRange(Long start,
Long end)
Supported API: true |
|
AttributeRange(String start,
String end)
Supported API: true |
|
AttributeRange(Timestamp start,
Timestamp end)
Supported API: true |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeRange(long start,
long end)
start - end -
public AttributeRange(Long start,
Long end)
start - end -
public AttributeRange(int start,
int end)
start - end -
public AttributeRange(Integer start,
Integer end)
start - end -
public AttributeRange(float start,
float end)
start - end -
public AttributeRange(Float start,
Float end)
start - end -
public AttributeRange(Timestamp start,
Timestamp end)
start - end -
public AttributeRange(String start,
String end)
throws ParseException
start - end -
ParseException| Method Detail |
|---|
public Object getStart()
public void setStart(Object a_Start)
throws WTPropertyVetoException
a_Start -
WTPropertyVetoExceptionpublic Object getEnd()
public void setEnd(Object a_End)
throws WTPropertyVetoException
a_End -
WTPropertyVetoException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||