Uses of Enum
ws.schild.jave.encode.ArgType
Packages that use ArgType
-
Uses of ArgType in ws.schild.jave.encode
Subclasses with type arguments of type ArgType in ws.schild.jave.encodeFields in ws.schild.jave.encode declared as ArgTypeModifier and TypeFieldDescriptionprivate final ArgTypePredicateArgument.argumentTypeprivate final ArgTypeSimpleArgument.argumentTypeprivate final ArgTypeValueArgument.argumentTypeprivate final ArgTypeVideoFilterArgument.argumentTypeMethods 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)