枚举的使用
net.sf.marineapi.nmea.util.TargetStatus
使用TargetStatus的程序包
程序包
说明
NMEA 0183 sentence interfaces for supported sentences.
NMEA 0183 sentence utilities for handling the data extracted from sentences.
-
net.sf.marineapi.nmea.sentence中TargetStatus的使用
修饰符和类型方法说明TLLSentence.getStatus()Get the status of the target.TTMSentence.getStatus()Get the status of the target.修饰符和类型方法说明voidTLLSentence.setStatus(TargetStatus status) Set the Status of the target.voidTTMSentence.setStatus(TargetStatus status) Set the Status of the target. -
net.sf.marineapi.nmea.util中TargetStatus的使用
修饰符和类型方法说明static TargetStatusTargetStatus.valueOf(char c) Get the enum corresponding to specified char.static TargetStatus返回带有指定名称的该类型的枚举常量。static TargetStatus[]TargetStatus.values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。