org.ungoverned.oscar.installer
Interface BooleanProperty

All Superinterfaces:
Property
All Known Implementing Classes:
BooleanPropertyImpl, BooleanStringPropertyImpl, NotBooleanPropertyImpl

public interface BooleanProperty
extends Property


Method Summary
 boolean getBooleanValue()
           
 void setBooleanValue(boolean b)
           
 
Methods inherited from interface org.ungoverned.oscar.installer.Property
getEditor, getName, setEditor, toString
 

Method Detail

getBooleanValue

boolean getBooleanValue()

setBooleanValue

void setBooleanValue(boolean b)