Uses of Enum Class
com.evolveum.concepts.Argument.ArgumentType
Packages that use Argument.ArgumentType
-
Uses of Argument.ArgumentType in com.evolveum.concepts
Methods in com.evolveum.concepts that return Argument.ArgumentTypeModifier and TypeMethodDescriptionArgument.type()Returns the value of thetyperecord component.static Argument.ArgumentTypeReturns the enum constant of this class with the specified name.static Argument.ArgumentType[]Argument.ArgumentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.evolveum.concepts with parameters of type Argument.ArgumentTypeModifierConstructorDescriptionArgument(Object value, Argument.ArgumentType type) Creates an instance of aArgumentrecord class.