|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PsdlWrapper
This interface defines a wrapper that will be called by the PSDL to Java generator in order to translate storage home and storage type.
Method Summary | |
---|---|
void |
map_catalog(java.io.File into,
psdlCatalog sh)
This operation will be called by the PSDL to Java generator in order to translate Catalog structure. |
void |
map_storagehome(java.io.File into,
psdlStorageHome sh)
This operation will be called by the PSDL to Java generator in order to translate Storage Home structure. |
void |
map_storagetype(java.io.File into,
psdlStorageType st)
This operation will be called by the PSDL to Java generator in order to translate Storage Type structure. |
Method Detail |
---|
void map_storagetype(java.io.File into, psdlStorageType st)
void map_storagehome(java.io.File into, psdlStorageHome sh)
void map_catalog(java.io.File into, psdlCatalog sh)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |