Class BasicNotificationProfileProperty<T>

    • Field Detail

      • expressionSource

        protected boolean expressionSource
      • variables

        protected java.util.Collection<Property<?>> variables
    • Constructor Detail

      • BasicNotificationProfileProperty

        public BasicNotificationProfileProperty()
        Bean compatibility...
      • BasicNotificationProfileProperty

        public BasicNotificationProfileProperty​(java.lang.String name,
                                                java.lang.String displayNameKey,
                                                java.lang.String categoryKey,
                                                java.lang.Class<T> cls,
                                                T defaultValue)
      • BasicNotificationProfileProperty

        public BasicNotificationProfileProperty​(java.lang.String name,
                                                java.lang.String displayNameKey,
                                                java.lang.String categoryKey,
                                                java.lang.Class<T> cls)