Package org.jboss.as.pojo
Class ParseResult<T>
- java.lang.Object
-
- org.jboss.as.pojo.ParseResult<T>
-
- Type Parameters:
T- the parse result type
public final class ParseResult<T> extends Object
The result of a parsing operation.- Author:
- David M. Lloyd
-
-
Constructor Summary
Constructors Constructor Description ParseResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetResult()Get the result.voidsetResult(T result)Set the result.
-