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 SummaryFields Modifier and Type Field Description static java.lang.StringCAT_CUSTOM_PRIVATE- 
Fields inherited from class com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptorCAT_DYNAMIC
 
- 
 - 
Constructor SummaryConstructors 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.DynamicPropertyDescriptorgetPropertyType, getValue, isDropTarget, setDropTarget, setPropertyType, setValue, toString
 
- 
 
- 
- 
- 
Field Detail- 
CAT_CUSTOM_PRIVATEpublic static final java.lang.String CAT_CUSTOM_PRIVATE - See Also:
- Constant Field Values
 
 
- 
 
-