Package org.bedework.calfacade
Class BwPrincipalInfo.BooleanPrincipalProperty
java.lang.Object
org.bedework.calfacade.BwPrincipalInfo.PrincipalProperty<Boolean>
org.bedework.calfacade.BwPrincipalInfo.BooleanPrincipalProperty
- All Implemented Interfaces:
Comparable<BwPrincipalInfo.PrincipalProperty<Boolean>>
- Enclosing class:
- BwPrincipalInfo
public static class BwPrincipalInfo.BooleanPrincipalProperty
extends BwPrincipalInfo.PrincipalProperty<Boolean>
Class for boolean properties.
- Author:
- douglm
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bedework.calfacade.BwPrincipalInfo.PrincipalProperty
compareTo, getName, getVal, toString
-
Constructor Details
-
BooleanPrincipalProperty
- Parameters:
name- of propertyval- of property
-