Uses of Class
au.gov.amsa.ais.rx.CraftPropertyName
-
Packages that use CraftPropertyName Package Description au.gov.amsa.ais.rx -
-
Uses of CraftPropertyName in au.gov.amsa.ais.rx
Methods in au.gov.amsa.ais.rx that return CraftPropertyName Modifier and Type Method Description CraftPropertyNameCraftProperty. getName()static CraftPropertyNameCraftPropertyName. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CraftPropertyName[]CraftPropertyName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in au.gov.amsa.ais.rx that return types with arguments of type CraftPropertyName Modifier and Type Method Description java.util.Map<CraftPropertyName,java.util.TreeMap<java.lang.Long,java.lang.String>>CraftProperties. getMap()Constructors in au.gov.amsa.ais.rx with parameters of type CraftPropertyName Constructor Description CraftProperty(Mmsi mmsi, CraftPropertyName name, java.lang.String value, long time)Constructor parameters in au.gov.amsa.ais.rx with type arguments of type CraftPropertyName Constructor Description CraftProperties(Mmsi mmsi, java.util.Map<CraftPropertyName,java.util.TreeMap<java.lang.Long,java.lang.String>> map)
-