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

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

public class CharType
extends java.lang.Object

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

Version:
3 juil. 03

Constructor Summary
CharType()
           
 
Method Summary
 void addRange(int character)
           
 void addRange(int start, int end)
           
 boolean isInRanges(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharType

public CharType()
Method Detail

addRange

public void addRange(int start,
                     int end)

addRange

public void addRange(int character)

isInRanges

public boolean isInRanges(int value)