public class PropertyValue extends Object
| Constructor and Description |
|---|
PropertyValue(Property<?> prop,
Object value) |
PropertyValue(Property<?> prop,
Object value,
ProblemList<Problem> inIssues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ProblemList<Problem> |
getProblems() |
Property<?> |
getProperty() |
Object |
getValue() |
int |
hashCode() |
boolean |
hasProblems() |
public PropertyValue(Property<?> prop, Object value, ProblemList<Problem> inIssues)
public Property<?> getProperty()
public Object getValue()
public boolean hasProblems()
public ProblemList<Problem> getProblems()
Copyright © 2017. All rights reserved.