Errai 3.0.1-SNAPSHOT

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

java.lang.Object
  extended by org.jboss.errai.cdi.server.gwt.util.SimpleTranslator.AttributeEntry
Enclosing class:
SimpleTranslator

public static class SimpleTranslator.AttributeEntry
extends Object

An attribute key-value pair.

Author:
Max Barkley

Constructor Summary
SimpleTranslator.AttributeEntry(String key, String value)
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTranslator.AttributeEntry

public SimpleTranslator.AttributeEntry(String key,
                                       String value)
Method Detail

getKey

public String getKey()

getValue

public String getValue()

Errai 3.0.1-SNAPSHOT

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