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.SavePolicy
AbstractConfigDirPropsReader. savePolicy
The SavePolicy of this CyProperty.Methods in org.cytoscape.property that return CyProperty.SavePolicy Modifier and Type Method Description CyProperty.SavePolicy
AbstractConfigDirPropsReader. getSavePolicy()
Returns theCyProperty.SavePolicy
of the CyProperty.CyProperty.SavePolicy
CyProperty. getSavePolicy()
Returns theCyProperty.SavePolicy
of the CyProperty.CyProperty.SavePolicy
SimpleCyProperty. getSavePolicy()
Returns theCyProperty.SavePolicy
of the CyProperty.static CyProperty.SavePolicy
CyProperty.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.
-