OpenMMS
V1.5.1 Std

org.rcsb.openmms.apps.xmc
Class CategoryNode

java.lang.Object
  |
  +--org.rcsb.openmms.apps.xmc.Node
        |
        +--org.rcsb.openmms.apps.xmc.CategoryNode
Direct Known Subclasses:
EntryNode

public class CategoryNode
extends Node

Class to represent Category Elements

Version:
1.3
Author:
Douglas S. Greer

Field Summary
protected  boolean hasData
           
 
Fields inherited from class org.rcsb.openmms.apps.xmc.Node
TYPE_CATEGORY, TYPE_ENTRY, TYPE_ITEM, TYPE_O
 
Constructor Summary
CategoryNode(java.lang.String n)
           
CategoryNode(java.lang.String n, int type)
           
 
Method Summary
 void accept(Visitor v)
           
 DictionaryCategory getDictionaryCategory()
           
 boolean hasData()
           
 void setDictionaryCategory(DictionaryCategory di)
           
 void setHasData(boolean v)
           
 
Methods inherited from class org.rcsb.openmms.apps.xmc.Node
add, convertToXYZ, getBlankLines, getChild, getComment, getName, getType, numberOfChildren, setBlankLines, setComment, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasData

protected boolean hasData
Constructor Detail

CategoryNode

public CategoryNode(java.lang.String n)

CategoryNode

public CategoryNode(java.lang.String n,
                    int type)
Method Detail

setHasData

public void setHasData(boolean v)

hasData

public boolean hasData()

setDictionaryCategory

public void setDictionaryCategory(DictionaryCategory di)

getDictionaryCategory

public DictionaryCategory getDictionaryCategory()

accept

public void accept(Visitor v)
            throws java.io.IOException,
                   XmlGenException
Specified by:
accept in class Node
java.io.IOException
XmlGenException

OpenMMS
V1.5.1 Std

OpenMMS, Copyright 2001, All rights reserved