@SystemProvided public interface Parameter extends java.lang.Comparable<Parameter>
Modifier and Type | Method and Description |
---|---|
ControlDescription |
getControlDescription() |
java.lang.String |
getName() |
java.lang.String |
getValue() |
boolean |
isEnvironmentVariable()
Returns true if this parameter is an environment variable
|
boolean |
isSystemProperty()
Returns true if this parameter is a system property
|
@NotNull java.lang.String getName()
@NotNull java.lang.String getValue()
boolean isSystemProperty()
boolean isEnvironmentVariable()
@Nullable ControlDescription getControlDescription()