Uses of Class
ws.schild.jave.encode.enums.TuneEnum
-
Packages that use TuneEnum Package Description ws.schild.jave.encode ws.schild.jave.encode.enums -
-
Uses of TuneEnum in ws.schild.jave.encode
Fields in ws.schild.jave.encode declared as TuneEnum Modifier and Type Field Description private TuneEnumVideoAttributes. tuneMethods in ws.schild.jave.encode that return types with arguments of type TuneEnum Modifier and Type Method Description java.util.Optional<TuneEnum>VideoAttributes. getTune()Methods in ws.schild.jave.encode with parameters of type TuneEnum Modifier and Type Method Description VideoAttributesVideoAttributes. setTune(TuneEnum tune) -
Uses of TuneEnum in ws.schild.jave.encode.enums
Methods in ws.schild.jave.encode.enums that return TuneEnum Modifier and Type Method Description static TuneEnumTuneEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TuneEnum[]TuneEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-