|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationProperty
Represents at the API level a property of a Connector's
Configuration at the SPI layer
.
Method Summary | |
---|---|
String |
getDisplayName(String def)
Get the display name 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. |
Method Detail |
---|
String getName()
String getHelpMessage(String def)
String getDisplayName(String def)
Object getValue()
void setValue(Object o)
Class<?> getType()
boolean isConfidential()
boolean isRequired()
Set<Class<? extends APIOperation>> getOperations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |