类 NavigationalStatus
java.lang.Object
net.sf.marineapi.ais.util.NavigationalStatus
Checks the navigational status for validity.
- 作者:
- Lázár József
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
RANGE
Valid range- 另请参阅:
-
-
构造器详细资料
-
NavigationalStatus
public NavigationalStatus()
-
-
方法详细资料
-
toString
Returns the String representing the given status.- 参数:
value- Navigational status value to stringify.- 返回:
- text string describing the navigational status
-
isCorrect
public static boolean isCorrect(int value) Checks if the given status value is correct.- 参数:
value- Navigational status value to check- 返回:
- true if the status falls within the range
-