Package org.bedework.calfacade
Class BwPrincipalInfo.PrincipalProperty<T>
java.lang.Object
org.bedework.calfacade.BwPrincipalInfo.PrincipalProperty<T>
- Type Parameters:
T-
- All Implemented Interfaces:
Comparable<BwPrincipalInfo.PrincipalProperty<T>>
- Direct Known Subclasses:
BwPrincipalInfo.BooleanPrincipalProperty,BwPrincipalInfo.ImagePrincipalProperty,BwPrincipalInfo.IntPrincipalProperty
- Enclosing class:
- BwPrincipalInfo
public static class BwPrincipalInfo.PrincipalProperty<T>
extends Object
implements Comparable<BwPrincipalInfo.PrincipalProperty<T>>
Class for properties collection.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrincipalProperty
- Parameters:
name- of propertyval- of property
-
-
Method Details
-
getName
- Returns:
- String name
-
getVal
- Returns:
- T val
-
compareTo
- Specified by:
compareToin interfaceComparable<T>
-
toString
-