Uses of Class
de.brendamour.jpasskit.enums.PKTransitType
-
Packages that use PKTransitType Package Description de.brendamour.jpasskit.enums de.brendamour.jpasskit.passes -
-
Uses of PKTransitType in de.brendamour.jpasskit.enums
Methods in de.brendamour.jpasskit.enums that return PKTransitType Modifier and Type Method Description static PKTransitTypePKTransitType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PKTransitType[]PKTransitType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PKTransitType in de.brendamour.jpasskit.passes
Methods in de.brendamour.jpasskit.passes that return PKTransitType Modifier and Type Method Description PKTransitTypePKBoardingPass. getTransitType()Methods in de.brendamour.jpasskit.passes with parameters of type PKTransitType Modifier and Type Method Description voidPKBoardingPass. setTransitType(PKTransitType transitType)
-