Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.api.json
Interface EJObject

All Known Implementing Classes:
ErraiJSONObject, GWTJSONObject

public interface EJObject

Author:
Mike Brock

Method Summary
 boolean containsKey(String name)
           
 EJValue get(String name)
           
 Set<String> keySet()
           
 int size()
           
 

Method Detail

get

EJValue get(String name)

keySet

Set<String> keySet()

containsKey

boolean containsKey(String name)

size

int size()

Errai 3.0.1-SNAPSHOT

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