Uses of Class
alpine.model.IConfigProperty.PropertyType
-
Packages that use IConfigProperty.PropertyType Package Description alpine.model This package contains model classes.alpine.persistence This package contains functionality related to persistence including query managers and startup initializers. -
-
Uses of IConfigProperty.PropertyType in alpine.model
Methods in alpine.model that return IConfigProperty.PropertyType Modifier and Type Method Description IConfigProperty.PropertyTypeConfigProperty. getPropertyType()IConfigProperty.PropertyTypeIConfigProperty. getPropertyType()static IConfigProperty.PropertyTypeIConfigProperty.PropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static IConfigProperty.PropertyType[]IConfigProperty.PropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in alpine.model with parameters of type IConfigProperty.PropertyType Modifier and Type Method Description voidConfigProperty. setPropertyType(IConfigProperty.PropertyType propertyType)voidIConfigProperty. setPropertyType(IConfigProperty.PropertyType propertyType) -
Uses of IConfigProperty.PropertyType in alpine.persistence
Methods in alpine.persistence with parameters of type IConfigProperty.PropertyType Modifier and Type Method Description ConfigPropertyAlpineQueryManager. createConfigProperty(String groupName, String propertyName, String propertyValue, IConfigProperty.PropertyType propertyType, String description)Creates a ConfigProperty object.
-