Class 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:
    Serialized Form
    • Constructor Detail

      • PropertyDescriptor

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

      • 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:
        PropertyType
      • isMultiple

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