SAP J2EE Engine

Version 6.40


com.sapportals.connector.metadata.primitives
Interface IString

All Superinterfaces:
IPrimitive

public interface IString
extends IPrimitive

This base interface exposes metadata for the string 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 getMaxLength()
          Returns the maximum length of the string.
 int getMinLength()
          Returns the maximum length of the string.
 boolean isCaseSensitive()
          Returns whether the string is case sensitive.
 
Methods inherited from interface com.sapportals.connector.metadata.primitives.IPrimitive
retrieveOperators, retrievePrimitiveDescription, retrievePrimitiveTypeCode
 

Method Detail

getMaxLength

public int getMaxLength()
Returns the maximum length of the string.
Returns:
integer

getMinLength

public int getMinLength()
Returns the maximum length of the string.
Returns:
integer

isCaseSensitive

public boolean isCaseSensitive()
Returns whether the string is case sensitive.
Returns:
boolean

SAP J2EE Engine

Version 6.40


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