org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive
Class PrimitiveProducer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.typesafe.resolution.primitive.PrimitiveProducer

public class PrimitiveProducer
extends Object


Field Summary
 Long producedLong
           
 Short producedShort
           
 
Constructor Summary
PrimitiveProducer()
           
 
Method Summary
 Boolean getBoolean()
           
 Byte getByte()
           
 Double getDouble()
           
 Float getFloat()
           
 Character getChar()
           
 Integer getInteger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

producedShort

@Produces
public Short producedShort

producedLong

@Produces
public Long producedLong
Constructor Detail

PrimitiveProducer

public PrimitiveProducer()
Method Detail

getByte

@Produces
public Byte getByte()

getInteger

@Produces
public Integer getInteger()

getFloat

@Produces
public Float getFloat()

getDouble

@Produces
public Double getDouble()

getChar

@Produces
public Character getChar()

getBoolean

@Produces
public Boolean getBoolean()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.