Package PamUtils.time.nmea
Class NMEATimeParameters
java.lang.Object
PamUtils.time.nmea.NMEATimeParameters
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class NMEATimeParameters
extends Object
implements Serializable, Cloneable, ManagedParameters
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NMEATimeParametersclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
nmeaSource
-
-
Constructor Details
-
NMEATimeParameters
public NMEATimeParameters()
-
-
Method Details
-
clone
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-