public abstract class RequirementProblem extends Object implements Problem
| Modifier and Type | Class and Description |
|---|---|
static class |
RequirementProblem.RequiredPropertyGroupProblem |
static class |
RequirementProblem.RequiredPropertyProblem |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyCoord |
propertyCoord
The Property that actually has the problem
|
| Constructor and Description |
|---|
RequirementProblem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullMessage()
A complete description of the problem w/ context and problem description.
|
PropertyCoord |
getPropertyCoord()
The required property that has not been given a value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProblemContext, getProblemDescriptionprotected PropertyCoord propertyCoord
public PropertyCoord getPropertyCoord()
public String getFullMessage()
ProblemgetFullMessage in interface ProblemCopyright © 2017. All rights reserved.