Uses of Class
org.cytoscape.property.CyProperty.SavePolicy
-
Packages that use CyProperty.SavePolicy Package Description org.cytoscape.property 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.SavePolicy Modifier and Type Field Description protected CyProperty.SavePolicyAbstractConfigDirPropsReader. savePolicyThe SavePolicy of this CyProperty.Methods in org.cytoscape.property that return CyProperty.SavePolicy Modifier and Type Method Description CyProperty.SavePolicyAbstractConfigDirPropsReader. getSavePolicy()Returns theCyProperty.SavePolicyof the CyProperty.CyProperty.SavePolicyCyProperty. getSavePolicy()Returns theCyProperty.SavePolicyof the CyProperty.CyProperty.SavePolicySimpleCyProperty. getSavePolicy()Returns theCyProperty.SavePolicyof the CyProperty.static CyProperty.SavePolicyCyProperty.SavePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static CyProperty.SavePolicy[]CyProperty.SavePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.cytoscape.property with parameters of type CyProperty.SavePolicy Constructor Description AbstractConfigDirPropsReader(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.
-