Interface BooleanStateProperty

All Superinterfaces:
Nameable, StateProperty<Boolean>

@CatalogedBy(BooleanStateProperties.class) public interface BooleanStateProperty extends StateProperty<Boolean>
Represents a type of StateProperty that allows only Boolean of which two possible values may exist: true and false.