Interface HstPropertyDefinition


  • public interface HstPropertyDefinition
    Definition of a Channel Property.
    • Method Detail

      • getDefaultValue

        Object getDefaultValue()
      • isRequired

        boolean isRequired()
      • isHiddenInChannelManager

        boolean isHiddenInChannelManager()
      • getAnnotation

        <T extends Annotation> T getAnnotation​(Class<T> annotationClass)
        Parameters:
        annotationClass - the annotationClass to check
        Returns:
        Returns the annotation T if present on the HstPropertyDefinition and returns null if not present