jedi.annotation.processor.model
Class Attribute
java.lang.Object
jedi.annotation.processor.model.Attribute
public class Attribute
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute
public Attribute(String type,
String boxedType,
String name)
Attribute
public Attribute(String boxedType,
String name)
getName
public String getName()
getType
public String getType()
getBoxedType
public String getBoxedType()
Copyright © 2011. All Rights Reserved.