spellcast.beings
Class Female

java.lang.Object
  extended by spellcast.beings.Gender
      extended by spellcast.beings.Female
All Implemented Interfaces:
java.io.Serializable

public class Female
extends Gender
implements java.io.Serializable

Implementation of the Female Gender class.

Author:
Barrie Treloar
See Also:
Serialized Form

Field Summary
static java.lang.String GENDER
           
 
Fields inherited from class spellcast.beings.Gender
FEMALE, GENDERS_AS_STRINGS, MALE, NEUTER, NONE
 
Constructor Summary
Female()
           
 
Method Summary
 java.lang.String pro_he()
          Return the "he" like pronoun.
 java.lang.String pro_him()
          Return the "him" like pronoun.
 java.lang.String pro_himself()
          Return the "himself" like pronoun.
 java.lang.String pro_his()
          Return the "his" like pronoun.
 
Methods inherited from class spellcast.beings.Gender
equals, getGender, getGenderString, setGenderString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENDER

public static final java.lang.String GENDER
See Also:
Constant Field Values
Constructor Detail

Female

public Female()
Method Detail

pro_himself

public java.lang.String pro_himself()
Return the "himself" like pronoun.

Specified by:
pro_himself in class Gender

pro_him

public java.lang.String pro_him()
Return the "him" like pronoun.

Specified by:
pro_him in class Gender

pro_he

public java.lang.String pro_he()
Return the "he" like pronoun.

Specified by:
pro_he in class Gender

pro_his

public java.lang.String pro_his()
Return the "his" like pronoun.

Specified by:
pro_his in class Gender


Copyright © 2001-2005 Spellcast. All Rights Reserved.