|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiweekly.property.marshaller.ICalPropertyMarshaller.Result<T>
T
- the marshalled/unmarshalled value (e.g. "String" if a property
was marshalled)public static class ICalPropertyMarshaller.Result<T>
Represents the result of a marshal or unmarshal operation.
Constructor Summary | |
---|---|
ICalPropertyMarshaller.Result(T value,
List<String> warnings)
Creates a new result. |
Method Summary | |
---|---|
T |
getValue()
Gets the value. |
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 ICalPropertyMarshaller.Result(T value, List<String> warnings)
value
- the valuewarnings
- the warningsMethod Detail |
---|
public List<String> getWarnings()
public T getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |