|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.AttributeRange
This class specifies start and end points of a range.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static DateFormat |
df
|
private Object |
end
|
private String |
javaType
|
private static String |
RESOURCE
|
private Object |
start
|
Fields inherited from interface wt.query.specification.BinaryValue |
END, START |
Constructor Summary | |
AttributeRange()
Supported API: false |
|
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. |
String |
getJavaType()
Gets the value of the attribute: javaType. |
Object |
getStart()
Gets the value of the attribute: start. |
void |
initialize(Object start,
Object end,
String javaType)
Supported API: false |
void |
setEnd(Object a_End)
Sets the value of the attribute: end. |
void |
setJavaType(String a_JavaType)
Sets the value of the attribute: javaType. |
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 |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private Object start
private Object end
private String javaType
private static final DateFormat df
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
public AttributeRange()
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 getJavaType()
public void setJavaType(String a_JavaType)
a_JavaType
- public void initialize(Object start, Object end, String javaType)
start
- end
- javaType
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |