org.geotools.data.shapefile
Class Result<V,S>

java.lang.Object
  extended by org.geotools.data.shapefile.Result<V,S>
Type Parameters:
V - The type of value that the result is
S - The state of the return for example this may be a an enum that Provides state values such as NONE, FAILURE, etc..

public class Result<V,S>
extends java.lang.Object

Author:
jesse

Field Summary
 S state
           
 V value
           
 
Constructor Summary
Result(V value, S state)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public final V value

state

public final S state
Constructor Detail

Result

public Result(V value,
              S state)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1996-2010 Geotools. All Rights Reserved.