SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.primitives
Interface IFloat

All Superinterfaces:
IPrimitive

public interface IFloat
extends IPrimitive

This base interface exposes metadata for the float data primitive

Version:
1.0

Fields inherited from interface com.sapportals.connector.metadata.primitives.IPrimitive
PRIMITIVE_TYPE_BIGDECIMAL, PRIMITIVE_TYPE_BOOLEAN, PRIMITIVE_TYPE_BYTE, PRIMITIVE_TYPE_CHAR, PRIMITIVE_TYPE_DATE, PRIMITIVE_TYPE_DOUBLE, PRIMITIVE_TYPE_ENUMERATION, PRIMITIVE_TYPE_FLOAT, PRIMITIVE_TYPE_INT, PRIMITIVE_TYPE_LONG, PRIMITIVE_TYPE_NUMBER, PRIMITIVE_TYPE_SHORT, PRIMITIVE_TYPE_STRING, PRIMITIVE_TYPE_TIME, PRIMITIVE_TYPE_UNKNOWN
 
Method Summary
 float getMaxValue()
          Returns the maximum value for this float.
 float getMinValue()
          Returns the minimum value for this float.
 
Methods inherited from interface com.sapportals.connector.metadata.primitives.IPrimitive
retrieveOperators, retrievePrimitiveDescription, retrievePrimitiveTypeCode
 

Method Detail

getMinValue

public float getMinValue()
Returns the minimum value for this float.
Returns:
float

getMaxValue

public float getMaxValue()
Returns the maximum value for this float.
Returns:
float

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.