org.apache.ws.jaxme

Class PMParams.Param

Enclosing Class:
PMParams

public static class PMParams.Param
extends java.lang.Object

A single parameter.

Constructor Summary

Param(int pType, Object pValue)
Creates a new parameter with the given type and value.

Method Summary

int
getType()
Object
getValue()

Constructor Details

Param

public Param(int pType,
             Object pValue)
Creates a new parameter with the given type and value.

Method Details

getType

public int getType()

getValue

public Object getValue()