Class PropertyDescriptor

java.lang.Object
org.hippoecm.frontend.plugin.config.PropertyDescriptor
All Implemented Interfaces:
Serializable

public class PropertyDescriptor extends Object implements Serializable
Describes property of a plugin. The class defines information on type of the property and its multiplicity.
See Also:
  • Constructor Details

    • PropertyDescriptor

      public PropertyDescriptor(String name, int type, boolean multiple)
  • Method Details

    • getName

      public String getName()
      The name of the property.
      Returns:
      name of the property
    • getType

      public int getType()
      The type of the property as defined in PropertyType.
      Returns:
      type of the property
      See Also:
    • isMultiple

      public boolean isMultiple()
      The flag indicating that property is multiple.
      Returns:
      multiplicity flag