Uses of Enum Class
org.cytoscape.property.CyProperty.SavePolicy
Packages that use CyProperty.SavePolicy
Package
Description
This package provides a general property service interface for providing access
to different types of property objects as OSGi services.
-
Uses of CyProperty.SavePolicy in org.cytoscape.property
Fields in org.cytoscape.property declared as CyProperty.SavePolicyModifier and TypeFieldDescriptionprotected final CyProperty.SavePolicyAbstractConfigDirPropsReader.savePolicyThe SavePolicy of this CyProperty.Methods in org.cytoscape.property that return CyProperty.SavePolicyModifier and TypeMethodDescriptionAbstractConfigDirPropsReader.getSavePolicy()Returns theCyProperty.SavePolicyof the CyProperty.CyProperty.getSavePolicy()Returns theCyProperty.SavePolicyof the CyProperty.SimpleCyProperty.getSavePolicy()Returns theCyProperty.SavePolicyof the CyProperty.static CyProperty.SavePolicyReturns the enum constant of this class with the specified name.static CyProperty.SavePolicy[]CyProperty.SavePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cytoscape.property with parameters of type CyProperty.SavePolicyModifierConstructorDescriptionAbstractConfigDirPropsReader(String name, String propFileName, CyProperty.SavePolicy savePolicy) Creates a new AbstractConfigDirPropsReader object.SimpleCyProperty(String name, P properties, Class<? extends P> propertyType, CyProperty.SavePolicy savePolicy) Properties is a non-null Properties object that this CyProperty object should encapsulate.