Class PrivateCustomProperty
- java.lang.Object
 - 
- java.beans.FeatureDescriptor
 - 
- com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
 - 
- com.inductiveautomation.factorypmi.application.components.template.PrivateCustomProperty
 
 
 
 
- 
public class PrivateCustomProperty extends DynamicPropertyDescriptor
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCAT_CUSTOM_PRIVATE- 
Fields inherited from class com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
CAT_DYNAMIC 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PrivateCustomProperty()PrivateCustomProperty(java.lang.String name, java.lang.String shortDesc, java.lang.Class propertyType, java.lang.Object value) 
- 
Method Summary
- 
Methods inherited from class com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
getPropertyType, getValue, isDropTarget, setDropTarget, setPropertyType, setValue, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
CAT_CUSTOM_PRIVATE
public static final java.lang.String CAT_CUSTOM_PRIVATE
- See Also:
 - Constant Field Values
 
 
 - 
 
 -