Classes Files

com::wombat::mama::MamaDictionary

Public Functions

  Name
long getPointerVal()
native MamaFieldDescriptor createFieldDescriptor(int fid, String name, short type)
native void buildDictionaryFromMessage(MamaMsg msg)
native MamaMsg getDictionaryMessage()
native MamaFieldDescriptor getFeedName()
native MamaFieldDescriptor getFeedHost()
native MamaFieldDescriptor getFieldByFid(int fid)
native MamaFieldDescriptor getFieldByIndex(int index)
native MamaFieldDescriptor getFieldByName(String name)
native Collection getFieldByNameAll(String name)
native int getMaxFid()
native int getSize()
native boolean hasDuplicates()
void finalize()
native void writeToFile(String file)
void populateFromFile(String file)
native void _populateFromFile(String file)
native void create()

Public Functions Documentation

function getPointerVal

inline long getPointerVal()

function createFieldDescriptor

native MamaFieldDescriptor createFieldDescriptor(
    int fid,
    String name,
    short type
)

function buildDictionaryFromMessage

native void buildDictionaryFromMessage(
    MamaMsg msg
)

function getDictionaryMessage

native MamaMsg getDictionaryMessage()

function getFeedName

native MamaFieldDescriptor getFeedName()

function getFeedHost

native MamaFieldDescriptor getFeedHost()

function getFieldByFid

native MamaFieldDescriptor getFieldByFid(
    int fid
)

function getFieldByIndex

native MamaFieldDescriptor getFieldByIndex(
    int index
)

function getFieldByName

native MamaFieldDescriptor getFieldByName(
    String name
)

function getFieldByNameAll

native Collection getFieldByNameAll(
    String name
)

function getMaxFid

native int getMaxFid()

function getSize

native int getSize()

function hasDuplicates

native boolean hasDuplicates()

function finalize

inline void finalize()

function writeToFile

native void writeToFile(
    String file
)

function populateFromFile

inline void populateFromFile(
    String file
)

function _populateFromFile

native void _populateFromFile(
    String file
)

function create

native void create()

Updated on 2023-03-31 at 15:29:42 +0100