com.atlassian.configurable.ObjectConfigurationProperty |
Known Indirect Subclasses
ObjectConfigurationPropertyImpl,
ValuesGeneratorObjectConfigurationProperty,
XMLValuesObjectConfigurationProperty
|
This interface is a property of an Object Configuration and contains a name, description, default value and the type (ObjectConfigurationTypes) of this property. It can also contain a list of values if the type has values specified for it e.g. select list.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retreives the default value of this Property e.g.
| |||||||||||
Retrieves the description of this Property e.g.
| |||||||||||
Retrieves the name of this Property e.g.
| |||||||||||
Retrieves the type of the Property e.g.
| |||||||||||
Initialises the object so it can retrieve values dependant on the parameters in the Map
| |||||||||||
Whether the property is enabled in the current context.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.util.Map
|
Retreives the default value of this Property e.g. Sydney
Retrieves the description of this Property e.g. Please enter you current location
Retrieves the name of this Property e.g. City
Retrieves the type of the Property e.g. Text
ObjectConfigurationTypes
Initialises the object so it can retrieve values dependant on the parameters in the Map
Whether the property is enabled in the current context. It is up to the implementation to divine the context.