Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.hivemind.util
Class TestPropertyUtils.BooleanHolder  view TestPropertyUtils.BooleanHolder download TestPropertyUtils.BooleanHolder.java

java.lang.Object
  extended byorg.apache.hivemind.util.TestPropertyUtils.BooleanHolder
Direct Known Subclasses:
TestPropertyUtils.MultiPropertyBean
Enclosing class:
TestPropertyUtils

public static class TestPropertyUtils.BooleanHolder
extends java.lang.Object

Since:
1.1

Field Summary
private  boolean _flag
           
 
Constructor Summary
TestPropertyUtils.BooleanHolder()
           
 
Method Summary
 boolean isFlag()
           
 void setFlag(boolean flag)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_flag

private boolean _flag
Constructor Detail

TestPropertyUtils.BooleanHolder

public TestPropertyUtils.BooleanHolder()
Method Detail

isFlag

public boolean isFlag()

setFlag

public void setFlag(boolean flag)