|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectezvcard.io.scribe.VCardPropertyScribe.Result<T>
T
- the unmarshalled property classpublic static class VCardPropertyScribe.Result<T extends VCardProperty>
Represents the result of an unmarshal operation.
Constructor Summary | |
---|---|
VCardPropertyScribe.Result(T property,
List<String> warnings)
Creates a new result. |
Method Summary | |
---|---|
T |
getProperty()
Gets the property object. |
List<String> |
getWarnings()
Gets the warnings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VCardPropertyScribe.Result(T property, List<String> warnings)
property
- the property objectwarnings
- the warningsMethod Detail |
---|
public List<String> getWarnings()
public T getProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |