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 Details

    • PrincipalProperty

      public PrincipalProperty(String name, T val)
      Parameters:
      name - of property
      val - of property
  • Method Details