Uses of Enum
ws.schild.jave.encode.ArgType
Packages that use ArgType
-
Uses of ArgType in ws.schild.jave.encode
Methods in ws.schild.jave.encode that return ArgTypeModifier and TypeMethodDescriptionEncodingArgument.getArgType()PredicateArgument.getArgType()SimpleArgument.getArgType()ValueArgument.getArgType()VideoFilterArgument.getArgType()static ArgTypeReturns the enum constant of this type with the specified name.static ArgType[]ArgType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ws.schild.jave.encode with parameters of type ArgTypeModifierConstructorDescriptionPredicateArgument(ArgType argType, String argument1, String argument2, Predicate<EncodingAttributes> predicate) PredicateArgument(ArgType argType, String argument, Predicate<EncodingAttributes> predicate) SimpleArgument(ArgType argumentType, Function<EncodingAttributes, Stream<String>> getArguments) ValueArgument(ArgType argType, String argumentName, Function<EncodingAttributes, Optional<String>> valueGetter) VideoFilterArgument(ArgType argumentType, Function<EncodingAttributes, Stream<String>> getArguments)