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