Uses of Interface
com.netscape.certsrv.template.IArgValue
-
Packages that use IArgValue Package Description com.netscape.certsrv.template -
-
Uses of IArgValue in com.netscape.certsrv.template
Classes in com.netscape.certsrv.template that implement IArgValue Modifier and Type Class Description classArgListThis class represents a list of arguments that will be returned to the end-user via the template framework.classArgSetThis class represents a set of arguments.classArgStringThis class represents a string-based argument.Methods in com.netscape.certsrv.template that return IArgValue Modifier and Type Method Description IArgValueArgList. get(int pos)Returns the argument at the given position Position starts from 0.IArgValueArgSet. get(java.lang.String name)Retrieves argument from the set.Methods in com.netscape.certsrv.template with parameters of type IArgValue Modifier and Type Method Description voidArgList. add(IArgValue arg)Adds an argument to the list.voidArgSet. set(java.lang.String name, IArgValue arg)Sets argument into the set with the given name.
-