com.francetelecom.admindm.model
Class CheckLength

java.lang.Object
  extended by com.francetelecom.admindm.model.CheckLength
All Implemented Interfaces:
CheckCallBack

public final class CheckLength
extends java.lang.Object
implements CheckCallBack

The Class CheckLength.


Constructor Summary
CheckLength(int pMaxStringLength)
          The Constructor.
 
Method Summary
 void check(java.lang.Object value)
          Check.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckLength

public CheckLength(int pMaxStringLength)
The Constructor.

Parameters:
pMaxStringLength - the max string length
Method Detail

check

public void check(java.lang.Object value)
           throws Fault
Check.

Specified by:
check in interface CheckCallBack
Parameters:
value - the value
Throws:
Fault - the fault


Copyright © 2011 FranceTelecom. All Rights Reserved.