br.gov.frameworkdemoiselle.internal.implementation
Class ParameterImpl<T extends Serializable>

java.lang.Object
  extended by br.gov.frameworkdemoiselle.internal.implementation.ParameterImpl<T>
All Implemented Interfaces:
Parameter<T>, Serializable

public class ParameterImpl<T extends Serializable>
extends Object
implements Parameter<T>, Serializable

See Also:
Serialized Form

Constructor Summary
ParameterImpl(javax.enterprise.inject.spi.InjectionPoint ip)
           
 
Method Summary
 javax.faces.convert.Converter getConverter()
           
 String getKey()
           
 T getValue()
           
 void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterImpl

@Inject
public ParameterImpl(javax.enterprise.inject.spi.InjectionPoint ip)
Method Detail

getConverter

public javax.faces.convert.Converter getConverter()
Specified by:
getConverter in interface Parameter<T extends Serializable>

getKey

public String getKey()
Specified by:
getKey in interface Parameter<T extends Serializable>

getValue

public T getValue()
Specified by:
getValue in interface Parameter<T extends Serializable>

setValue

public void setValue(T value)
Specified by:
setValue in interface Parameter<T extends Serializable>


Copyright © 2012 SERPRO - Serviço Federal de Processamento de Dados. All Rights Reserved.