Uses of Interface
com.aspectran.core.util.apon.Parameter
-
Packages that use Parameter Package Description com.aspectran.core.util.apon -
-
Uses of Parameter in com.aspectran.core.util.apon
Classes in com.aspectran.core.util.apon that implement Parameter Modifier and Type Class Description classParameterValueMethods in com.aspectran.core.util.apon that return Parameter Modifier and Type Method Description ParameterAbstractParameters. getParameter(ParameterKey parameterKey)ParameterAbstractParameters. getParameter(java.lang.String name)ParameterParameters. getParameter(ParameterKey parameterKey)Returns the Parameter corresponding to the specified parameter definition.ParameterParameters. getParameter(java.lang.String name)Returns the Parameter with the specified name.ParameterAbstractParameters. getParent()ParameterParameters. getParent()Returns the parent of the proprietor of this Parameters.ParameterAbstractParameters. getProprietor()ParameterParameters. getProprietor()Returns the owner of this Parameters.Methods in com.aspectran.core.util.apon with parameters of type Parameter Modifier and Type Method Description <T extends Parameters>
TParameter. newParameters(Parameter identifier)Creates a new instance ofParameterswith the specified identifierParameter.<T extends Parameters>
TParameterValue. newParameters(Parameter identifier)voidAbstractParameters. setProprietor(Parameter proprietor)voidParameters. setProprietor(Parameter proprietor)Specifies the owner of this Parameters.<T extends AponWriter>
TAponWriter. write(Parameter parameter)Write a Parameter object to the character-output stream.
-