org.jboss.javabean.plugins.jaxb
Class AbstractParameter

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

public class AbstractParameter
extends Object

Abstrat Parameter.

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

Constructor Summary
AbstractParameter()
           
 
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

AbstractParameter

public AbstractParameter()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getValue

public Object getValue()

setValue

public void setValue(Object value)


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.