jedi.annotation.processor.model
Class Attribute

java.lang.Object
  extended by jedi.annotation.processor.model.Attribute

public class Attribute
extends Object


Constructor Summary
Attribute(String boxedType, String name)
           
Attribute(String type, String boxedType, String name)
           
 
Method Summary
 String getBoxedType()
           
 String getName()
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(String type,
                 String boxedType,
                 String name)

Attribute

public Attribute(String boxedType,
                 String name)
Method Detail

getName

public String getName()

getType

public String getType()

getBoxedType

public String getBoxedType()


Copyright © 2011. All Rights Reserved.