Interface TagConfigurationModel

All Superinterfaces:
BoundPropertySet, Countable, Extendable<PropertySet>, Iterable<PropertyValue>, Mergable<PropertySet>, MutablePropertyValueSource, PropertySet, PropertyValueSource, Serializable, TagConfiguration
All Known Implementing Classes:
BasicTagConfigurationModel

public interface TagConfigurationModel extends TagConfiguration
  • Method Details

    • isEditable

      boolean isEditable()
    • isInherited

      boolean isInherited()
    • getLocalConfiguration

      TagConfiguration getLocalConfiguration()
    • getInheritedConfiguration

      BoundPropertySet getInheritedConfiguration()
    • getChildren

      @Nonnull List<TagConfigurationModel> getChildren()
      Returns the models of the children, if the model was retrieved with the option to include children. Otherwise returns an empty list.
      Specified by:
      getChildren in interface TagConfiguration
      Returns:
      a list of children configurations, or an empty list. Does not return null.