Version: ${maven.project.version}

org.soaplab.services.metadata
Class ListItemDef

java.lang.Object
  extended by 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

Field Summary
 int level
           
static int NODE
           
static int REGULAR
           
static int SEPARATOR
           
 java.lang.String shown_as
           
 int type
           
 java.lang.String value
           
 
Constructor Summary
ListItemDef()
          Constructor.
 
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
 

Field Detail

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
Constructor Detail

ListItemDef

public ListItemDef()
Constructor. Actually, no need... the members are public...

Method Detail

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.


Version: ${maven.project.version}

Submit a bug or feature
Generated: Tue Jun 14 15:18:14 AST 2011