edu.jhu.pha.ivoa
Interface VOTWrap.Resource

Enclosing interface:
VOTWrap

public static interface VOTWrap.Resource


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getID()
           
 java.lang.String getName()
           
 VOTWrap.Resource getResource(int index)
           
 int getResourceCount()
           
 VOTWrap.Resource[] getResources()
           
 VOTWrap.Table getTable(int index)
           
 int getTableCount()
           
 VOTWrap.Table[] getTables()
           
 java.lang.String getType()
           
 

Method Detail

getDescription

public java.lang.String getDescription()

getID

public java.lang.String getID()

getName

public java.lang.String getName()

getResources

public VOTWrap.Resource[] getResources()

getResource

public VOTWrap.Resource getResource(int index)
                             throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException

getResourceCount

public int getResourceCount()

getTables

public VOTWrap.Table[] getTables()

getTable

public VOTWrap.Table getTable(int index)
                       throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException

getTableCount

public int getTableCount()

getType

public java.lang.String getType()