com.francetelecom.admindm.model
Class CheckBoolean

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

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

The Class CheckBoolean.


Method Summary
 void check(java.lang.Object value)
          Check.
static CheckBoolean getInstance()
          Gets the single instance of CheckBoolean.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

getInstance

public static CheckBoolean getInstance()
Gets the single instance of CheckBoolean.

Returns:
single instance of CheckBoolean


Copyright © 2011 FranceTelecom. All Rights Reserved.