org.jboss.javabean.plugins.jaxb
Class Parameter

java.lang.Object
  extended by org.jboss.javabean.plugins.jaxb.Parameter
Direct Known Subclasses:
Property

public class Parameter
extends Object

Parameter.

Version:
$Revision: 1.1 $
Author:
Ales Justin, Adrian Brock

Constructor Summary
Parameter()
           
 
Method Summary
 String getType()
           
 Object getValue()
           
 void setType(String type)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameter

public Parameter()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2008 JBoss Inc.. All Rights Reserved.