Package org.dlese.dpc.schemedit.sif
Class SIFRefIdMap
java.lang.Object
org.dlese.dpc.schemedit.sif.SIFRefIdMap
Class holding information about the paths for a SIF framework that can
accept References to other SIF objects, including the acceptable object
types.
- Author:
- Jonathan Ostwald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPaths()Gets List of paths that accept SIF Object Refs.getTypeList(String path) Gets a list of SIF Types accepted by the field at specified path.Gets comma-separated string containing SIF types accepted by element at given path.Gets the xmlFormat attribute of the SIFRefIdMap objectbooleanReturns true if the specified path accepts SIF Object References.static voidThe main program for the SIFRefIdMap classprotected static voidNOT YET DOCUMENTEDvoidreport()NOT YET DOCUMENTED
-
Constructor Details
-
SIFRefIdMap
Constructor for the SIFRefIdMap object- Parameters:
source- NOT YET DOCUMENTED- Throws:
Exception- NOT YET DOCUMENTED
-
-
Method Details
-
getTypeList
Gets a list of SIF Types accepted by the field at specified path.- Parameters:
path- NOT YET DOCUMENTED- Returns:
- The typeList value
-
getTypes
Gets comma-separated string containing SIF types accepted by element at given path.- Parameters:
path- NOT YET DOCUMENTED- Returns:
- The types value
-
getPaths
Gets List of paths that accept SIF Object Refs.- Returns:
- The paths value
-
hasPath
Returns true if the specified path accepts SIF Object References.- Parameters:
path- NOT YET DOCUMENTED- Returns:
- NOT YET DOCUMENTED
-
getXmlFormat
Gets the xmlFormat attribute of the SIFRefIdMap object- Returns:
- The xmlFormat value
-
report
public void report()NOT YET DOCUMENTED -
main
The main program for the SIFRefIdMap class- Parameters:
args- The command line arguments- Throws:
Exception- NOT YET DOCUMENTED
-
prtln
NOT YET DOCUMENTED- Parameters:
s- NOT YET DOCUMENTED
-