public interface SystemProperty extends ConfigBeanProxy
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String |
getName()
Gets the value of the name property.
|
@NotNull String |
getValue()
Gets the value of the value property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setValue(String value)
Sets the value of the value property.
|
createChild, deepCopy, getParent, getParent
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getName()
String
void setName(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@NotNull @NotNull String getValue()
String
void setValue(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getDescription()
String
void setDescription(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
Copyright © 2020. All rights reserved.