Uses of Class
fr.tireme.schemadoc.reorganize.SchemaObjInfo

Packages that use SchemaObjInfo
fr.tireme.schemadoc.reorganize   
 

Uses of SchemaObjInfo in fr.tireme.schemadoc.reorganize
 

Methods in fr.tireme.schemadoc.reorganize that return SchemaObjInfo
 SchemaObjInfo IdentificationManagement.getSOI(java.lang.String checkedName)
          Get the SOI information for a specific ID.
 

Methods in fr.tireme.schemadoc.reorganize that return types with arguments of type SchemaObjInfo
 java.util.Map<java.lang.String,SchemaObjInfo> SchemaObjInfo.getUsedBy()
           
 java.util.Map<java.lang.String,SchemaObjInfo> IdentificationManagement.getUsedBy(java.lang.String objId)
           
 

Methods in fr.tireme.schemadoc.reorganize with parameters of type SchemaObjInfo
 void SchemaObjInfo.addUsedBy(SchemaObjInfo userSoi)