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. getIdentifier()ParameterParameters. getIdentifier()Returns the identifierParameter.ParameterAbstractParameters. getParameter(ParameterDefinition parameterDefinition)ParameterAbstractParameters. getParameter(java.lang.String name)ParameterParameters. getParameter(ParameterDefinition parameterDefinition)Return the value for the specified parameter, ornullif the parameter does not exist.ParameterParameters. getParameter(java.lang.String name)Return the value for the specified parameter, ornullif the parameter does not exist.ParameterAbstractParameters. getParent()ParameterParameters. getParent()Returns the parentParameterof the identifierParameter.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.ParametersParameterValue. newParameters(Parameter identifier)voidAbstractParameters. setIdentifier(Parameter identifier)voidParameters. setIdentifier(Parameter identifier)Specifies the identifierParameter.voidAponWriter. write(Parameter parameter)Write a Parameter object to the character-output stream.
-