Package com.quartetfs.fwk
Interface ICustomProperty
-
- All Superinterfaces:
Cloneable,IClone<IProperty>,IExtendedPluginValue,IProperty,Serializable
- All Known Implementing Classes:
ACustomProperty,ADatabaseVersionAwareProperty,CustomProperty
public interface ICustomProperty extends IProperty, IExtendedPluginValue, Serializable
Interface that any custom property must implement to be recognized as a plugin.- Author:
- ActiveViam
-
-
Method Summary
-
Methods inherited from interface com.quartetfs.fwk.types.IExtendedPluginValue
getType
-
Methods inherited from interface com.quartetfs.fwk.IProperty
getExpression, getName, getPropertyChain, getValue, setValue
-
-