Package org.openl.rules.data
Class PrecisionFieldChain
- java.lang.Object
-
- org.openl.types.impl.AOpenField
-
- org.openl.rules.data.FieldChain
-
- org.openl.rules.data.PrecisionFieldChain
-
- All Implemented Interfaces:
INamedThing,IOpenField,IOpenMember
public class PrecisionFieldChain extends FieldChain
-
-
Field Summary
-
Fields inherited from interface org.openl.base.INamedThing
EMPTY, LONG, REGULAR, SHORT
-
-
Constructor Summary
Constructors Constructor Description PrecisionFieldChain(IOpenClass type, IOpenField[] fields, Integer precision)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetDelta()booleanhasDelta()-
Methods inherited from class org.openl.rules.data.FieldChain
get, getDeclaringClass, getFields, getType, makeNames, set
-
Methods inherited from class org.openl.types.impl.AOpenField
getDisplayName, getInfo, getName, isConst, isReadable, isStatic, isWritable, setType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.openl.types.IOpenField
getContextProperty, isContextProperty, isTransient
-
-
-
-
Constructor Detail
-
PrecisionFieldChain
public PrecisionFieldChain(IOpenClass type, IOpenField[] fields, Integer precision)
-
-
Method Detail
-
getDelta
public Double getDelta()
-
hasDelta
public boolean hasDelta()
-
-