|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.sif.SIFRefIdMap
public class SIFRefIdMap
Class holding information about the paths for a SIF framework that can accept References to other SIF objects, including the acceptable object types.
Constructor Summary | |
---|---|
SIFRefIdMap(File source)
Constructor for the SIFRefIdMap object |
Method Summary | |
---|---|
List |
getPaths()
Gets List of paths that accept SIF Object Refs. |
List |
getTypeList(String path)
Gets a list of SIF Types accepted by the field at specified path. |
String |
getTypes(String path)
Gets comma-separated string containing SIF types accepted by element at given path. |
String |
getXmlFormat()
Gets the xmlFormat attribute of the SIFRefIdMap object |
boolean |
hasPath(String path)
Returns true if the specified path accepts SIF Object References. |
static void |
main(String[] args)
The main program for the SIFRefIdMap class |
protected static void |
prtln(String s)
NOT YET DOCUMENTED |
void |
report()
NOT YET DOCUMENTED |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SIFRefIdMap(File source) throws Exception
source
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public List getTypeList(String path)
path
- NOT YET DOCUMENTED
public String getTypes(String path)
path
- NOT YET DOCUMENTED
public List getPaths()
public boolean hasPath(String path)
path
- NOT YET DOCUMENTED
public String getXmlFormat()
public void report()
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTEDprotected static void prtln(String s)
s
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |