Interface EnvironmentWarningConfiguration
-
- All Superinterfaces:
ConfigBeanProxy,ConfigExtension,Container
public interface EnvironmentWarningConfiguration extends ConfigBeanProxy, ConfigExtension
- Author:
- Matt Gill
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBackgroundColour()StringgetMessage()StringgetTextColour()StringisEnabled()voidsetBackgroundColour(String colour)voidsetEnabled(Boolean enabled)voidsetMessage(String message)voidsetTextColour(String colour)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
isEnabled
String isEnabled()
-
setEnabled
void setEnabled(Boolean enabled)
-
getMessage
String getMessage()
-
setMessage
void setMessage(String message)
-
getBackgroundColour
String getBackgroundColour()
-
setBackgroundColour
void setBackgroundColour(String colour)
-
getTextColour
String getTextColour()
-
setTextColour
void setTextColour(String colour)
-
-