public class AircraftType extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
length |
int |
seatingCapacity |
String |
type |
| Constructor and Description |
|---|
AircraftType() |
AircraftType(String type,
double length,
int seatingCapacity) |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.