org.zu.ardulink.mail.server.links.configuration
Class AParameter

java.lang.Object
  extended by org.zu.ardulink.mail.server.links.configuration.AParameter

public class AParameter
extends Object

Ardulink - return to homepage

v0.6.1 Magnum PI

Author:
Luciano Zu project Ardulink http://www.ardulink.org/


Constructor Summary
AParameter()
           
 
Method Summary
 Class<?> getClassType()
           
 String getType()
           
 String getValue()
           
 Object getValueForClass()
           
 Object getValueForClass(Class<?> parameterType)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AParameter

public AParameter()
Method Detail

getType

public String getType()

setType

public void setType(String type)

getValue

public String getValue()

setValue

public void setValue(String value)

getClassType

public Class<?> getClassType()
                      throws ClassNotFoundException
Throws:
ClassNotFoundException

getValueForClass

public Object getValueForClass()
                        throws ClassNotFoundException,
                               IllegalArgumentException,
                               InstantiationException,
                               IllegalAccessException,
                               InvocationTargetException
Throws:
ClassNotFoundException
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException

getValueForClass

public Object getValueForClass(Class<?> parameterType)
                        throws IllegalArgumentException,
                               InstantiationException,
                               IllegalAccessException,
                               InvocationTargetException
Throws:
IllegalArgumentException
InstantiationException
IllegalAccessException
InvocationTargetException


Copyright © 2015. All rights reserved.