org.soaplab.services.metadata
Class ListItemDef
java.lang.Object
org.soaplab.services.metadata.ListItemDef
public class ListItemDef
- extends java.lang.Object
A data structure defining an item of a static list.
- Version:
- $Id: ListItemDef.java,v 1.2 2007/04/19 22:17:06 marsenger Exp $
- Author:
- Martin Senger
- See Also:
ListDef
Method Summary |
java.lang.String |
format(int indent)
As toString() but with indentations. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
REGULAR
public static final int REGULAR
- See Also:
- Constant Field Values
NODE
public static final int NODE
- See Also:
- Constant Field Values
SEPARATOR
public static final int SEPARATOR
- See Also:
- Constant Field Values
value
public java.lang.String value
shown_as
public java.lang.String shown_as
level
public int level
type
public int type
ListItemDef
public ListItemDef()
- Constructor. Actually, no need... the members are public...
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
format
public java.lang.String format(int indent)
- As toString() but with indentations.
Submit a bug or feature
Generated: Tue Jun 14 15:18:14 AST 2011