Uses of Enum Class
org.cytoscape.property.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
Modifier and TypeFieldDescriptionprotected CyProperty.SavePolicy
AbstractConfigDirPropsReader.savePolicy
The SavePolicy of this CyProperty.Modifier and TypeMethodDescriptionAbstractConfigDirPropsReader.getSavePolicy()
Returns theCyProperty.SavePolicy
of the CyProperty.CyProperty.getSavePolicy()
Returns theCyProperty.SavePolicy
of the CyProperty.SimpleCyProperty.getSavePolicy()
Returns theCyProperty.SavePolicy
of the CyProperty.static CyProperty.SavePolicy
Returns 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.ModifierConstructorDescriptionAbstractConfigDirPropsReader(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.