faa.tg.util.fieldvalidators
Class AcTypeValidator

java.lang.Object
  extended by faa.tg.util.fieldvalidators.AcTypeValidator
All Implemented Interfaces:
FieldValidator

public class AcTypeValidator
extends java.lang.Object
implements FieldValidator


 AcTypeValidator 
 
See the source: AcTypeValidator.java

Version:
$Id: AcTypeValidator.java,v 3.1 2006/03/14 16:00:07 samf Exp $
Author:
Andrey Zinatullin SRC

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private)  FieldValidationException fve
          Validate new data by characters.
(package private)  FieldValidationException fve0
           
 
Constructor Summary
AcTypeValidator()
           
 
Method Summary
 FieldValidationException getFieldValidationException()
           
static void main(java.lang.String[] args)
           
 boolean validate(java.lang.String theAcType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

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

See Also:
Constant Field Values

fve

FieldValidationException fve
Validate new data by characters. Description: This field represents the type of aircraft and the airborne equipment qualifier. It may also include a number of flights indicating that more than one aircraft wiil be sharing this flight plan. This field also includes a weight class indicator. Format: [[I]["B","H","T"]["/"]]LA[A][A]["/"][L] The format of this field is left justified, nine character maximumn.


fve0

FieldValidationException fve0
Constructor Detail

AcTypeValidator

public AcTypeValidator()
Method Detail

validate

public boolean validate(java.lang.String theAcType)
Specified by:
validate in interface FieldValidator

getFieldValidationException

public FieldValidationException getFieldValidationException()
Specified by:
getFieldValidationException in interface FieldValidator

main

public static void main(java.lang.String[] args)