spellcast.beings
Class GenderNone
java.lang.Object
  
spellcast.beings.Gender
      
spellcast.beings.GenderNone
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class GenderNone
- extends Gender
- implements java.io.Serializable
  
Implementation of the No Gender Class.
- Author:
 
  - Barrie Treloar
 
- See Also:
 - Serialized Form
 
| 
Field Summary | 
static java.lang.String | 
GENDER
 
            | 
 
 
 
| 
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 java.lang.Object | 
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GENDER
public static final java.lang.String GENDER
- See Also:
 - Constant Field Values
 
GenderNone
public GenderNone()
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.