|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.savot.model.MarkupComment
cds.savot.model.SavotResource
public class SavotResource
Resource element
Field Summary |
---|
Fields inherited from interface cds.savot.model.SimpleTypes |
---|
ACTUAL, BARYCENTRIC, BASE64, BIT, BOOLEAN, CHAR, COOSYSSYSTEM, DATATYPE, DOC, DOUBLE, DOUBLECOMPLEX, DYNAMIC, ECL_FK4, ECL_FK5, ENCODINGTYPE, EQ_FK4, EQ_FK5, FIELDTYPE, FLOAT, FLOATCOMPLEX, GALACTIC, GEO_APP, GZIP, HIDDEN, HINTS, ICRS, INT, LEGAL, LINKCONTENT_ROLE, LOCATION, LONG, META, NO, NO_QUERY, NONE, ONLOAD, ONREQUEST, OTHER, QUERY, RESOURCETYPE, RESULTS, SHORT, STREAMACTUATE, SUPERGALACTIC, TRIGGER, UNICODECHAR, UNSIGNEDBYTE, VALUESTYPE, version, XY, YES, YESNO |
Constructor Summary | |
---|---|
SavotResource()
Constructor |
Method Summary | |
---|---|
CoosysSet |
getCoosys()
Get the Coosys elements |
SavotData |
getData(int tableIndex)
Get a SavotData object for table index tableIndex (shortcut) |
java.lang.String |
getDescription()
Get the description |
java.lang.String |
getDescription(int tableIndex)
Get a Description object (String) for table index tableIndex (shortcut) |
FieldSet |
getFieldSet(int tableIndex)
Get a FieldSet object for table index tableIndex (shortcut) |
java.lang.String |
getId()
Get the id attribute |
InfoSet |
getInfos()
Get the Infos elements |
LinkSet |
getLinks()
Get the Link elements |
LinkSet |
getLinkSet(int tableIndex)
Get a LinkSet object for table index tableIndex (shortcut) |
java.lang.String |
getName()
Get the name attribute |
ParamSet |
getParams()
Get the Param elements |
ResourceSet |
getResources()
Get the Resource elements |
int |
getTableCount()
Return the number of tables contained in the resource this value doesn't contain the tables of included resources (shortcut) |
TableSet |
getTables()
Get the Table elements |
SavotTR |
getTR(int tableIndex,
int rowIndex)
Get a TR object for table index tableIndex and the corresponding row index rowIndex of this table (shortcut) |
int |
getTRCount(int tableIndex)
Get the number of TR object for table index tableIndex (shortcut) |
TRSet |
getTRSet(int tableIndex)
Get a TRSet object for table index tableIndex (shortcut) |
java.lang.String |
getType()
Get the type attribute |
java.lang.String |
getUtype()
Get the utype attribute |
void |
init()
init a SavotResource object |
void |
setCoosys(CoosysSet coosys)
Set the Coosys elements |
void |
setDescription(java.lang.String description)
Set the description |
void |
setId(java.lang.String id)
Set the id attribute |
void |
setInfos(InfoSet infos)
Set the Infos elements |
void |
setLinks(LinkSet links)
Set the Link elements |
void |
setName(java.lang.String name)
Set the name attribute |
void |
setParams(ParamSet params)
Set the Param elements |
void |
setResources(ResourceSet resources)
Set the Resource elements |
void |
setTables(TableSet tables)
Set the Table elements |
void |
setType(java.lang.String type)
Set the type attribute |
void |
setUtype(java.lang.String utype)
Set the utype attribute |
Methods inherited from class cds.savot.model.MarkupComment |
---|
getAbove, getBelow, setAbove, setBelow |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SavotResource()
Method Detail |
---|
public void setDescription(java.lang.String description)
description
- Stringpublic java.lang.String getDescription()
public void setCoosys(CoosysSet coosys)
coosys
- public CoosysSet getCoosys()
public void setInfos(InfoSet infos)
infos
- public InfoSet getInfos()
public void setParams(ParamSet params)
params
- public ParamSet getParams()
public void setLinks(LinkSet links)
links
- public LinkSet getLinks()
public void setTables(TableSet tables)
tables
- public TableSet getTables()
public void setResources(ResourceSet resources)
resources
- public ResourceSet getResources()
public void setName(java.lang.String name)
name
- Stringpublic java.lang.String getName()
public void setId(java.lang.String id)
id
- Stringpublic java.lang.String getId()
public void setType(java.lang.String type)
type
- String (results, meta)public java.lang.String getType()
public void setUtype(java.lang.String utype)
utype
- Stringpublic java.lang.String getUtype()
public void init()
public int getTRCount(int tableIndex)
tableIndex
-
public TRSet getTRSet(int tableIndex)
tableIndex
-
public SavotTR getTR(int tableIndex, int rowIndex)
tableIndex
- rowIndex
-
public int getTableCount()
public FieldSet getFieldSet(int tableIndex)
tableIndex
-
public LinkSet getLinkSet(int tableIndex)
tableIndex
-
public java.lang.String getDescription(int tableIndex)
tableIndex
-
public SavotData getData(int tableIndex)
tableIndex
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |