org.modeshape.graph
Class JcrMixLexicon

java.lang.Object
  extended by org.modeshape.graph.JcrMixLexicon
Direct Known Subclasses:
JcrMixLexicon

public class JcrMixLexicon
extends Object

A lexicon of names with the JCR "mix" namespace.


Nested Class Summary
static class JcrMixLexicon.Namespace
           
 
Field Summary
static Name CREATED
           
static Name LAST_MODIFIED
           
static Name LOCKABLE
           
static Name REFERENCEABLE
           
static Name VERSIONABLE
           
 
Constructor Summary
JcrMixLexicon()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REFERENCEABLE

public static final Name REFERENCEABLE

VERSIONABLE

public static final Name VERSIONABLE

LOCKABLE

public static final Name LOCKABLE

CREATED

public static final Name CREATED

LAST_MODIFIED

public static final Name LAST_MODIFIED
Constructor Detail

JcrMixLexicon

public JcrMixLexicon()


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