Copyright 2002 by aragost

com.aragost.araspect
Class TableEntry

java.lang.Object
  |
  +--com.aragost.araspect.TableEntry

public class TableEntry
extends java.lang.Object

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

TableEntry

public TableEntry(PathElement key,
                  java.lang.String label,
                  java.lang.Class staticType,
                  Element editElement)
Creates new TableEntry

Method Detail

getPathElement

public PathElement getPathElement()
Getter for property pathElement.

Returns:
Value of property pathElement.

getLabel

public java.lang.String getLabel()
Getter for property label.

Returns:
Value of property label.

getStaticType

public java.lang.Class getStaticType()
Gets the staticType.

Returns:
Returns a Class

getEditElement

public Element getEditElement()
Returns the editElement.

Returns:
Element

getModifiers

public int getModifiers()
Returns the modifiers.

Returns:
int

setModifiers

public void setModifiers(int modifiers)
Sets the modifiers.

Parameters:
modifiers - The modifiers to set

Copyright 2002 by aragost