public class MSLookup
extends java.lang.Object
MSInfo objects with symbol information| Modifier and Type | Method and Description |
|---|---|
boolean |
addCustomSymbol(MSInfo msInfo) |
java.util.List<java.lang.String> |
getIDList(int version)
returns a list of all the keys in the order they are listed in the MilStd 2525D document.
|
static MSLookup |
getInstance() |
MSInfo |
getMSLInfo(java.lang.String symbolID) |
MSInfo |
getMSLInfo(java.lang.String basicID,
int version) |
public static MSLookup getInstance()
public MSInfo getMSLInfo(java.lang.String symbolID)
symbolID - Full 20-30 digits from the symbol codeMSInfopublic MSInfo getMSLInfo(java.lang.String basicID, int version)
basicID - id SymbolSet + Entity code like 50110100version - like SymbolID.Version_2525Dch1MSInfopublic java.util.List<java.lang.String> getIDList(int version)
version - Integer see SymbolID.Version_2525E and SymbolID.Version_2525Dch1Listpublic boolean addCustomSymbol(MSInfo msInfo)