|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectArithmeticOperatorsImpl
public class ArithmeticOperatorsImpl
Implementation of the ArithmeticOperators interface.
Constructor Summary | |
---|---|
ArithmeticOperatorsImpl()
|
|
ArithmeticOperatorsImpl(ArithmeticOperators copy)
|
|
ArithmeticOperatorsImpl(boolean simpleArtithmetic,
Functions functions)
|
Method Summary | |
---|---|
void |
addAll(ArithmeticOperators copy)
|
boolean |
equals(Object obj)
|
FunctionsImpl |
getFunctions()
Provided functions. |
int |
hashCode()
|
boolean |
hasSimpleArithmetic()
Indicates if simple arithmetic is provided. |
void |
setSimpleArithmetic(boolean simpleArithmetic)
|
String |
toString()
|
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ArithmeticOperatorsImpl()
public ArithmeticOperatorsImpl(boolean simpleArtithmetic, Functions functions)
public ArithmeticOperatorsImpl(ArithmeticOperators copy)
Method Detail |
---|
public void setSimpleArithmetic(boolean simpleArithmetic)
public boolean hasSimpleArithmetic()
ArithmeticOperators
<xsd:element ref="ogc:SimpleArithmetic"/>
hasSimpleArithmetic
in interface ArithmeticOperators
public FunctionsImpl getFunctions()
ArithmeticOperators
<xsd:element name="Functions" type="ogc:FunctionsType"/>
getFunctions
in interface ArithmeticOperators
public void addAll(ArithmeticOperators copy)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |