SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.primitives
Interface IInt

All Superinterfaces:
IPrimitive

public interface IInt
extends IPrimitive

This base interface exposes metadata for the int 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
 int getMaxValue()
          Returns the maximum value for this integer.
 int getMinValue()
          Returns the minimum value for this integer.
 
Methods inherited from interface com.sapportals.connector.metadata.primitives.IPrimitive
retrieveOperators, retrievePrimitiveDescription, retrievePrimitiveTypeCode
 

Method Detail

getMinValue

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

getMaxValue

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

SAP J2EE Engine

Version 6.40


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