|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ujac.util.xml.AttributeDefinition
public class AttributeDefinition
Name: AttributeDefinition
Description: Definition of bean attributes.
Constructor Summary | |
---|---|
AttributeDefinition(String name,
Class type)
Constructs a AttributeDefinition instance with specific attributes. |
Method Summary | |
---|---|
int |
compareTo(Object arg)
Compares this instanct with the given one. |
Method |
getGetter()
Getter method for the the property getter. |
String |
getName()
Getter method for the the property name. |
Method |
getSetter()
Getter method for the the property setter. |
Class |
getType()
Getter method for the the property type. |
void |
setGetter(Method getter)
Setter method for the the property getter. |
void |
setSetter(Method setter)
Setter method for the the property setter. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AttributeDefinition(String name, Class type)
name
- The attribute name.type
- The attribute type.Method Detail |
---|
public String getName()
public Class getType()
public Method getGetter()
public void setGetter(Method getter)
getter
- The value to set for the property getter.public Method getSetter()
public void setSetter(Method setter)
setter
- The value to set for the property setter.public int compareTo(Object arg)
compareTo
in interface Comparable
arg
- The object to compare to.
public String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |