Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

oracle.apps.cz.cio
Interface IDecimalMinMax

All Known Implementing Classes:
DecimalFeature

public interface IDecimalMinMax

Implemented by objects that have a decimal minimum and maximum value.


Field Summary
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           

 

Method Summary
 double getMax()
          Get the maximum allowable value.
 double getMin()
          Get the minimum allowable value.
 boolean hasMax()
          Returns true if there is a maximum limit.
 boolean hasMin()
          Returns true if there is a minimum limit.

 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Method Detail

hasMin

public boolean hasMin()
Returns true if there is a minimum limit.

getMin

public double getMin()
Get the minimum allowable value.

hasMax

public boolean hasMax()
Returns true if there is a maximum limit.

getMax

public double getMax()
Get the maximum allowable value.

Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.