com.sapportals.portal.prt.service.soap.util
Class CharRange

java.lang.Object
  |
  +--com.sapportals.portal.prt.service.soap.util.CharRange

public class CharRange
extends java.lang.Object

Description : Project : soap FileName : CharRange.java Copyright : SAP Copyright (c) Company : SAP GBU IP

Version:
3 juil. 03

Constructor Summary
CharRange()
           
CharRange(int character)
           
CharRange(int s, int e)
           
 
Method Summary
 boolean isInRange(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharRange

public CharRange()

CharRange

public CharRange(int character)

CharRange

public CharRange(int s,
                 int e)
Method Detail

isInRange

public boolean isInRange(int value)