| java.lang.Object | |
| ↳ | com.atlassian.configurable.StringObjectDescription |
Simple implementation of ObjectDescriptor that simply returns the description that was passed
in when the object was created.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new StringObjectDescription object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the description used when creating the object.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.configurable.ObjectDescriptor
| |||||||||||||||
Creates a new StringObjectDescription object.
| description | Description to use when called by the owning ObjectConfiguration |
|---|
Returns the description used when creating the object. The properties and values are not used in this class but are there to allow more complicated descriptions

