Uses of Class
gov.nasa.pds.model.plugin.DOMProp
-
Packages that use DOMProp Package Description gov.nasa.pds.model.plugin -
-
Uses of DOMProp in gov.nasa.pds.model.plugin
Methods in gov.nasa.pds.model.plugin that return DOMProp Modifier and Type Method Description DOMPropDOMProtAttr. convertToDOMProp()DOMPropDOMProtAttr. createDOMProp(String lNameSpaceIdNC, String lTitle, String lNameSpaceIdNC2, String lTitle2)Methods in gov.nasa.pds.model.plugin that return types with arguments of type DOMProp Modifier and Type Method Description ArrayList<DOMProp>DOMInfoModel. getInitDOMPropArr()static ArrayList<DOMProp>DOMInfoModel. getMasterDOMPropArr()static ArrayList<DOMProp>DOMInfoModel. getPropArrByTitleStewardClassSteward()Methods in gov.nasa.pds.model.plugin with parameters of type DOMProp Modifier and Type Method Description static voidDOMInfoModel. DOMPropWriter(DOMProp lProp, PrintWriter prDOMWrite)voidLDDDOMParser. printDebugProperty(DOMProp lDOMProp, String note)voidDOMInfoModel. setInitDOMPropArr(DOMProp lDOMProp)Method parameters in gov.nasa.pds.model.plugin with type arguments of type DOMProp Modifier and Type Method Description voidLDDDOMParser. printDebugPropertyArr(ArrayList<DOMProp> lDOMPropArr, String note)Constructor parameters in gov.nasa.pds.model.plugin with type arguments of type DOMProp Constructor Description LDDDOMParser(TreeMap<String,DOMClass> classMap, TreeMap<String,DOMAttr> attrMap, ArrayList<DOMProp> LDDDOMPropArr, TreeMap<String,DOMRule> ruleMap)
-