Uses of Class
alpine.model.ConfigProperty
-
Packages that use ConfigProperty Package Description alpine.persistence This package contains functionality related to persistence including query managers and startup initializers. -
-
Uses of ConfigProperty in alpine.persistence
Methods in alpine.persistence that return ConfigProperty Modifier and Type Method Description ConfigPropertyAlpineQueryManager. createConfigProperty(String groupName, String propertyName, String propertyValue, IConfigProperty.PropertyType propertyType, String description)Creates a ConfigProperty object.ConfigPropertyAlpineQueryManager. getConfigProperty(String groupName, String propertyName)Returns a ConfigProperty with the specified groupName and propertyName.Methods in alpine.persistence that return types with arguments of type ConfigProperty Modifier and Type Method Description List<ConfigProperty>AlpineQueryManager. getConfigProperties()Returns a list of ConfigProperty objects.List<ConfigProperty>AlpineQueryManager. getConfigProperties(String groupName)Returns a list of ConfigProperty objects with the specified groupName.
-