public interface ObjectConfigurationProperty extends Map
Modifier and Type | Method and Description |
---|---|
String |
getCascadeFrom() |
String |
getDefault()
Retreives the default value of this Property e.g.
|
String |
getDescription()
Retrieves the description of this Property e.g.
|
String |
getName()
Retrieves the name of this Property e.g.
|
int |
getType()
Retrieves the type of the Property e.g.
|
void |
init(Map params)
Initialises the object so it can retrieve values dependant on the parameters in the Map
|
boolean |
isEnabled()
Whether the property is enabled in the current context.
|
boolean |
isI18nValues() |
void |
setCascadeFrom(String cascadeFrom) |
void |
setI18nValues(boolean i18nValues) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
void init(Map params)
params
- String getName()
String getDescription()
String getDefault()
int getType()
ObjectConfigurationTypes
boolean isI18nValues()
void setI18nValues(boolean i18nValues)
String getCascadeFrom()
void setCascadeFrom(String cascadeFrom)
boolean isEnabled()
Copyright © 2002-2016 Atlassian. All Rights Reserved.