Package com.tailf.ncs.maapi
Class MmapMaapiSchemas.SchemaLookupImpl
Object
com.tailf.ncs.maapi.MmapMaapiSchemas.SchemaLookupImpl
- All Implemented Interfaces:
 MmapMaapiSchemas.SchemaLookup
- Enclosing class:
 - MmapMaapiSchemas
 
public class MmapMaapiSchemas.SchemaLookupImpl
extends Object
implements MmapMaapiSchemas.SchemaLookup
- 
Constructor Summary
ConstructorsConstructorDescriptionSchemaLookupImpl(Map<Integer, MaapiSchemas.CSSchema> schemas, Map<Integer, String> hashToStringTab)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanaddMountPointChildren(int pathHash, String mountId, List<MaapiSchemas.CSNode> children) hashToString(int hash) lookupMountId(int nsHash, int tagHash) lookupSchema(int nsHash) lookupType(String name, int nsHash)  
- 
Constructor Details
- 
SchemaLookupImpl
 
 - 
 - 
Method Details
- 
lookupSchema
- Specified by:
 lookupSchemain interfaceMmapMaapiSchemas.SchemaLookup
 - 
lookupType
- Specified by:
 lookupTypein interfaceMmapMaapiSchemas.SchemaLookup
 - 
hashToString
- Specified by:
 hashToStringin interfaceMmapMaapiSchemas.SchemaLookup
 - 
lookupMountId
- Specified by:
 lookupMountIdin interfaceMmapMaapiSchemas.SchemaLookup
 - 
addMountPointChildren
public boolean addMountPointChildren(int pathHash, String mountId, List<MaapiSchemas.CSNode> children) - Specified by:
 addMountPointChildrenin interfaceMmapMaapiSchemas.SchemaLookup
 
 -