net.openmarkup
Class Vocabulary

java.lang.Object
  extended bynet.openmarkup.Vocabulary

public abstract class Vocabulary
extends Object

All public fields accessible from this class must be public static final ElementType. Private and protected fields (both static and non-static) are exempt from this restriction.

NOTE: Future versions of this class will be aligned with the type-safe enumeration facility proposed in JSR 201.

Author:
Ramesh Gupta
See Also:
JSR 201

Constructor Summary
Vocabulary()
           
 
Method Summary
 List family()
          Returns the list of ElementType members of this Vocabulary.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vocabulary

public Vocabulary()
Method Detail

family

public List family()
Returns the list of ElementType members of this Vocabulary.

Returns:
the list of ElementType members of this Vocabulary.


Copyright 2003-2004 eNode, Inc. All rights reserved.