public interface ConfigurationProperty
Configuration at
 the SPI layer.| Modifier and Type | Method and Description | 
|---|---|
SuggestedValues | 
getAllowedValues()
Returns list of allowed values for the property. 
 | 
String | 
getDisplayName(String def)
Get the display name for this configuration property. 
 | 
String | 
getGroup(String def)
Get name of the group for this configuration property. 
 | 
String | 
getHelpMessage(String def)
Get the help message from the message catalog. 
 | 
String | 
getName()
Get the unique name of the configuration property. 
 | 
Set<Class<? extends APIOperation>> | 
getOperations()
Set of operations for which this property must be specified. 
 | 
Class<?> | 
getType()
Get the type of the property. 
 | 
Object | 
getValue()
Get the value from the property. 
 | 
boolean | 
isConfidential()
Is this a confidential property whose value should be encrypted by the
 application when persisted? 
 | 
boolean | 
isRequired()
Is this a required property 
 | 
void | 
setValue(Object o)
Set the value of the property. 
 | 
String getName()
String getDisplayName(String def)
Object getValue()
void setValue(Object o)
Class<?> getType()
boolean isConfidential()
boolean isRequired()
Set<Class<? extends APIOperation>> getOperations()
SuggestedValues getAllowedValues()
Copyright © 2022. All rights reserved.