org.java.plugin.extension.annotations.scanner
Class ParameterContainer

java.lang.Object
  extended by org.java.plugin.extension.annotations.scanner.ParameterContainer

public class ParameterContainer
extends java.lang.Object

Class models a parameter

Author:
Thasso Griebel

Constructor Summary
ParameterContainer(java.lang.String id, java.lang.String value, java.lang.Class<?> type)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.Class<?> getType()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterContainer

public ParameterContainer(java.lang.String id,
                          java.lang.String value,
                          java.lang.Class<?> type)
Method Detail

getId

public java.lang.String getId()

getValue

public java.lang.String getValue()

getType

public java.lang.Class<?> getType()


Copyright © 2010. All Rights Reserved.