|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.aragost.araspect.TableEntry
This class is used to represent an entry into a collection.
Constructor Summary | |
TableEntry(PathElement key,
java.lang.String label,
java.lang.Class staticType,
Element editElement)
Creates new TableEntry |
Method Summary | |
Element |
getEditElement()
Returns the editElement. |
java.lang.String |
getLabel()
Getter for property label. |
int |
getModifiers()
Returns the modifiers. |
PathElement |
getPathElement()
Getter for property pathElement. |
java.lang.Class |
getStaticType()
Gets the staticType. |
void |
setModifiers(int modifiers)
Sets the modifiers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TableEntry(PathElement key, java.lang.String label, java.lang.Class staticType, Element editElement)
Method Detail |
public PathElement getPathElement()
public java.lang.String getLabel()
public java.lang.Class getStaticType()
public Element getEditElement()
public int getModifiers()
public void setModifiers(int modifiers)
modifiers
- The modifiers to set
|
Copyright 2002 by aragost | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |