Class PropertyDescriptor
java.lang.Object
org.hippoecm.frontend.plugin.config.PropertyDescriptor
- All Implemented Interfaces:
Serializable
Describes property of a plugin. The class defines information on type of the property and its multiplicity.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the property.int
getType()
The type of the property as defined inPropertyType
.boolean
The flag indicating that property is multiple.
-
Constructor Details
-
PropertyDescriptor
-
-
Method Details
-
getName
The name of the property.- Returns:
- name of the property
-
getType
public int getType()The type of the property as defined inPropertyType
.- Returns:
- type of the property
- See Also:
-
isMultiple
public boolean isMultiple()The flag indicating that property is multiple.- Returns:
- multiplicity flag
-