Oracle NoSQL Database Examples
version 11gR2.2.0.26

Uses of Class
schema.Gender

Packages that use Gender
schema A client application that illustrates basic schema design. 
 

Uses of Gender in schema
 

Methods in schema that return Gender
(package private)  Gender UserInfo.getGender()
          Returns the gender attribute.
static Gender Gender.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Gender[] Gender.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in schema with parameters of type Gender
(package private)  void UserInfo.setGender(Gender gender)
          Changes the gender attribute.
 


Oracle NoSQL Database Examples
version 11gR2.2.0.26

Copyright (c) 2011, 2013 Oracle and/or its affiliates. All rights reserved.