Errai 3.0.1-SNAPSHOT

org.jboss.errai.cdi.server.gwt.util
Class SimpleTranslator.Tag

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<SimpleTranslator.AttributeEntry>
              extended by org.jboss.errai.cdi.server.gwt.util.SimpleTranslator.Tag
All Implemented Interfaces:
Serializable, Cloneable, Iterable<SimpleTranslator.AttributeEntry>, Collection<SimpleTranslator.AttributeEntry>, List<SimpleTranslator.AttributeEntry>, RandomAccess
Enclosing class:
SimpleTranslator

public static class SimpleTranslator.Tag
extends ArrayList<SimpleTranslator.AttributeEntry>

A simple xml tag with a local name and attribute key-value pairs.

Author:
Max Barkley
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
SimpleTranslator.Tag(String name)
           
SimpleTranslator.Tag(String name, Collection<SimpleTranslator.AttributeEntry> entries)
           
SimpleTranslator.Tag(String name, SimpleTranslator.AttributeEntry... entries)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

SimpleTranslator.Tag

public SimpleTranslator.Tag(String name)

SimpleTranslator.Tag

public SimpleTranslator.Tag(String name,
                            Collection<SimpleTranslator.AttributeEntry> entries)

SimpleTranslator.Tag

public SimpleTranslator.Tag(String name,
                            SimpleTranslator.AttributeEntry... entries)
Method Detail

getName

public String getName()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.