Uses of Class
org.modeshape.graph.xml.XmlHandler.ElementEntryState

Packages that use XmlHandler.ElementEntryState
org.modeshape.graph.xml Graph content can often be represented in XML, so this part of the ModeShape Graph API defines the classes that provide the binding between graph and XML content. 
 

Uses of XmlHandler.ElementEntryState in org.modeshape.graph.xml
 

Methods in org.modeshape.graph.xml that return XmlHandler.ElementEntryState
static XmlHandler.ElementEntryState XmlHandler.ElementEntryState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlHandler.ElementEntryState[] XmlHandler.ElementEntryState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.