org.gvsig.tools.library
Class AbstractLibrary.Required

java.lang.Object
  extended by org.gvsig.tools.library.AbstractLibrary.Required
Enclosing class:
AbstractLibrary

public static class AbstractLibrary.Required
extends Object

Association between a library class and its type.

Author:
gvSIG team

Method Summary
 Class getLibrary()
           
 String getType()
           
 boolean isAdded()
           
 void setAdded(boolean added)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLibrary

public Class getLibrary()

getType

public String getType()

toString

public String toString()
Overrides:
toString in class Object

isAdded

public boolean isAdded()
Returns:
the added

setAdded

public void setAdded(boolean added)
Parameters:
added - the added to set


Copyright © 2004-2011 gvSIG. All Rights Reserved.