org.jboss.errai.cdi.server.gwt.util
Class SimpleTranslator.Tag
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<SimpleTranslator.AttributeEntry>
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
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 |
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)
getName
public String getName()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.