org.objectweb.medor.api
Interface Cloneable

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
AggregateOperator, BelongOperator, BinaryArithmeticOperator, BinaryLogicalOperator, BinaryOperator, CalculatedField, CalculatedParameterOperand, Comparator, Expression, ExpressionHelper, Field, FieldOperand, JormField, MultivaluedField, NestedField, Operand, Operator, ParameterOperand, PropagatedField, PropagFromNestedField, QueryTreeField, RdbExpField, RdbField, RdbFieldOperand, ThreeArgsOperator, TupleStructure, UnaryArithmeticOperator, UnaryLogicalOperator, UnaryOperator, VariableOperand
All Known Implementing Classes:
Abs, BasicAggregateOperator, BasicBelongOperator, BasicBinaryArithmeticOperator, BasicBinaryLogicalOperator, BasicBinaryOperator, BasicCalculatedField, BasicComparator, BasicField, BasicFieldOperand, BasicJormExtent, BasicJormField, BasicMultivaluedField, BasicNestedField, BasicOperand, BasicParameterOperand, BasicPropagatedField, BasicPropagFromNestedField, BasicQueryTreeField, BasicRdbExpField, BasicRdbExpQueryLeaf, BasicRdbField, BasicRdbFieldOperand, BasicRdbStringQueryLeaf, BasicThreeArgsOperator, BasicTupleStructure, BasicUnaryArithmeticOperator, BasicUnaryLogicalOperator, BasicUnaryOperator, BasicVariableOperand, CompositePName, Concat, EncodePName, FirstLocate, IndexedLocate, IsEmpty, IsNull, IsNullPName, Length, Like, MemberOf, PNameField, PostfixExpressionHelper, Sqrt, Substring

public interface Cloneable
extends java.lang.Cloneable

Representing a query modelisation object which can be cloned

Author:
Sebastien Chassande-Barrioz

Method Summary
 java.lang.Object clone()
           
 

Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException