faa.tg.aidl
Class AidlSpeedLaw

java.lang.Object
  extended by faa.tg.aidl.AidlSpeedLaw
All Implemented Interfaces:
AidlObject, HasName, Filterable, ManagedObject, java.io.Serializable

public class AidlSpeedLaw
extends java.lang.Object
implements AidlObject

Defines an AIDL speed law paramater See the source AidlSpeedLaw.java

Version:
$Id: AidlSpeedLaw.java,v 1.2 2008/05/19 18:18:44 samf Exp $
Author:
Sam Fullerton, L-3 Titan
See Also:
Serialized Form

Field Summary
private  java.lang.String ci
           
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
private  int index
           
private  java.lang.String law
           
private  java.lang.String name
           
(package private) static long serialVersionUID
           
 
Constructor Summary
AidlSpeedLaw(java.lang.String law, java.lang.String ci, int index)
          Constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns whether this object is equal to the given object
 int getIndex()
          Returns Aidl index
 java.lang.String getName()
          Returns a unique name Required by HasName inteface
 java.lang.String toString()
          Returns a string representation of this object
 Element toXml()
          Retuns an XML representation of this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

name

private java.lang.String name

index

private int index

law

private java.lang.String law

ci

private java.lang.String ci
Constructor Detail

AidlSpeedLaw

public AidlSpeedLaw(java.lang.String law,
                    java.lang.String ci,
                    int index)
Constructor

Parameters:
law - - the law the speed law uses
ci - - Unknown
index - - the index of the law in aidl
Method Detail

equals

public boolean equals(java.lang.Object obj)
Returns whether this object is equal to the given object

Specified by:
equals in interface AidlObject
Overrides:
equals in class java.lang.Object
Parameters:
obj - - the object to check

getIndex

public int getIndex()
Returns Aidl index

Specified by:
getIndex in interface AidlObject

toXml

public Element toXml()
Retuns an XML representation of this object

Specified by:
toXml in interface AidlObject

toString

public java.lang.String toString()
Returns a string representation of this object

Specified by:
toString in interface AidlObject
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()
Returns a unique name Required by HasName inteface

Specified by:
getName in interface ManagedObject
Returns:
Returns the name of the object.