Package AirgunDisplay
Class AirgunParameters
java.lang.Object
AirgunDisplay.AirgunParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,ManagedParameters
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
int
mmsi number of vessel if guns are on another vesselint
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Get a set of data that describes all of the parameters in a class
-
Field Details
-
GUNS_THIS_VESSEL
public static final int GUNS_THIS_VESSEL- See Also:
-
GUNS_AIS_VESSEL
public static final int GUNS_AIS_VESSEL- See Also:
-
GUNS_FIXEDPOSITION
public static final int GUNS_FIXEDPOSITION- See Also:
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
gunsReferencePosition
public int gunsReferencePosition -
gunsMMSIVessel
public int gunsMMSIVesselmmsi number of vessel if guns are on another vessel -
fixedPosition
-
-
Constructor Details
-
AirgunParameters
public AirgunParameters()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-