- ValidAircraftId - Annotation Type in org.glassfish.jersey.examples.flight.validation
-
Check whether the validated value is a valid/existing aircraft identifier.
- ValidAircraftId.IntegerValidator - Class in org.glassfish.jersey.examples.flight.validation
-
- ValidFlightId - Annotation Type in org.glassfish.jersey.examples.flight.validation
-
Check whether the validated value is a valid/existing flight identifier.
- ValidFlightId.StringValidator - Class in org.glassfish.jersey.examples.flight.validation
-
- valueOf(String) - Static method in enum org.glassfish.jersey.examples.flight.model.Aircraft.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.examples.flight.model.Flight.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.examples.flight.resources.FlightSimResource.Command
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.glassfish.jersey.examples.flight.model.Aircraft.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.examples.flight.model.Flight.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.examples.flight.resources.FlightSimResource.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.