Uses of Class
org.errai.samples.serialization.client.shared.RecordType

Packages that use RecordType
org.errai.samples.serialization.client.shared   
 

Uses of RecordType in org.errai.samples.serialization.client.shared
 

Methods in org.errai.samples.serialization.client.shared that return RecordType
 RecordType Record.getType()
           
static RecordType RecordType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RecordType[] RecordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.errai.samples.serialization.client.shared with parameters of type RecordType
 void Record.setType(RecordType type)
           
 

Constructors in org.errai.samples.serialization.client.shared with parameters of type RecordType
Record(int recordId, String name, float balance, Date accountOpened, RecordType type, Item[] stuff, String[][] properties)
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.