public class ReportedConfigurationContainer extends Container implements ReportedConfiguration
Constructor and Description |
---|
ReportedConfigurationContainer() |
Modifier and Type | Method and Description |
---|---|
String |
actualValue() |
void |
actualValue(String newActualValue) |
boolean |
actualValuePresent() |
String |
expectedValue() |
void |
expectedValue(String newExpectedValue) |
boolean |
expectedValuePresent() |
boolean |
inSync() |
void |
inSync(boolean newInSync) |
void |
inSync(Boolean newInSync) |
boolean |
inSyncPresent() |
String |
name() |
void |
name(String newName) |
boolean |
namePresent() |
makeArrayList, makeUnmodifiableList
public String actualValue()
actualValue
in interface ReportedConfiguration
public void actualValue(String newActualValue)
public boolean actualValuePresent()
actualValuePresent
in interface ReportedConfiguration
public String expectedValue()
expectedValue
in interface ReportedConfiguration
public void expectedValue(String newExpectedValue)
public boolean expectedValuePresent()
expectedValuePresent
in interface ReportedConfiguration
public boolean inSync()
inSync
in interface ReportedConfiguration
public void inSync(boolean newInSync)
public void inSync(Boolean newInSync)
public boolean inSyncPresent()
inSyncPresent
in interface ReportedConfiguration
public String name()
name
in interface ReportedConfiguration
public void name(String newName)
public boolean namePresent()
namePresent
in interface ReportedConfiguration
Copyright © 2016. All rights reserved.