|
org.net2map.pov.server.DimensionField Class ReferenceInheritance diagram for org.net2map.pov.server.DimensionField:
[legend]Collaboration diagram for org.net2map.pov.server.DimensionField:
[legend]List of all members.
Detailed Description
DimensionField class represents a field of a query specified in a "select" clause.
Definition at line 26 of file DimensionField.java.
|
Public Member Functions |
| | DimensionField (String name, String value) |
| | Main constructor.
|
| String | getName () |
| | Return the field name.
|
| String | getValue () |
| | Return the field value.
|
| boolean | isKey () |
| | Test if field may is key or not.
|
| boolean | mustGroup () |
| | Test if the field is a agregate function (SUM,AVG,MAX,MIN,...).
|
| void | setName (String name) |
| | Set the field name.
|
| void | setValue (String value) |
| | Set the field value.
|
| void | setIsKey (boolean key) |
| | Set if the field is key or not.
|
| void | setMustGroup (boolean group) |
| | Set to specify the field as an agregate function (SUM,AVG,MAX,MIN,...).
|
Private Attributes |
| String | sName |
| String | sValue |
| boolean | bIsKey |
| boolean | bMustGroup |
Constructor & Destructor Documentation
Member Function Documentation
| void org.net2map.pov.server.DimensionField.setMustGroup |
( |
boolean |
group |
) |
|
|
Member Data Documentation
The documentation for this class was generated from the following file:
|
|