railo.runtime.text.feed
Class El

java.lang.Object
  extended by railo.runtime.text.feed.El

public class El
extends Object


Field Summary
static short QUANTITY_0_1
           
static short QUANTITY_0_N
           
static short QUANTITY_1
           
static short QUANTITY_1_N
           
static short QUANTITY_AUTO
           
 
Constructor Summary
El(short quantity)
           
El(short quantity, Attr attr)
           
El(short quantity, Attr[] attrs)
           
El(short quantity, Attr[] attrs, boolean hasChildren)
           
El(short quantity, Attr attr, boolean hasChildren)
           
El(short quantity, boolean hasChildren)
           
 
Method Summary
 Attr[] getAttrs()
           
 short getQuantity()
           
 boolean isHasChildren()
           
 boolean isQuantity(short quantity)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUANTITY_0_1

public static short QUANTITY_0_1

QUANTITY_0_N

public static short QUANTITY_0_N

QUANTITY_1

public static short QUANTITY_1

QUANTITY_1_N

public static short QUANTITY_1_N

QUANTITY_AUTO

public static final short QUANTITY_AUTO
Constructor Detail

El

public El(short quantity,
          Attr[] attrs,
          boolean hasChildren)

El

public El(short quantity,
          Attr[] attrs)

El

public El(short quantity,
          Attr attr,
          boolean hasChildren)

El

public El(short quantity,
          Attr attr)

El

public El(short quantity,
          boolean hasChildren)

El

public El(short quantity)
Method Detail

isHasChildren

public boolean isHasChildren()
Returns:
the hasChildren

getAttrs

public Attr[] getAttrs()
Returns:
the attrs

getQuantity

public short getQuantity()
Returns:
the quantity

isQuantity

public boolean isQuantity(short quantity)


Copyright © 2012 Railo