Uses of Interface
org.codehaus.mojo.scmchangelog.scm.svn.xml.EntryDocument.Entry.Kind

Packages that use EntryDocument.Entry.Kind
org.codehaus.mojo.scmchangelog.scm.svn.xml   
org.codehaus.mojo.scmchangelog.scm.svn.xml.impl   
 

Uses of EntryDocument.Entry.Kind in org.codehaus.mojo.scmchangelog.scm.svn.xml
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return EntryDocument.Entry.Kind
static EntryDocument.Entry.Kind EntryDocument.Entry.Kind.Factory.newInstance()
           
static EntryDocument.Entry.Kind EntryDocument.Entry.Kind.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EntryDocument.Entry.Kind EntryDocument.Entry.Kind.Factory.newValue(Object obj)
           
 EntryDocument.Entry.Kind EntryDocument.Entry.xgetKind()
          Gets (as xml) the "kind" attribute
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml with parameters of type EntryDocument.Entry.Kind
 void EntryDocument.Entry.xsetKind(EntryDocument.Entry.Kind kind)
          Sets (as xml) the "kind" attribute
 

Uses of EntryDocument.Entry.Kind in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl
 

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement EntryDocument.Entry.Kind
static class EntryDocumentImpl.EntryImpl.KindImpl
          An XML kind(@).
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that return EntryDocument.Entry.Kind
 EntryDocument.Entry.Kind EntryDocumentImpl.EntryImpl.xgetKind()
          Gets (as xml) the "kind" attribute
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl with parameters of type EntryDocument.Entry.Kind
 void EntryDocumentImpl.EntryImpl.xsetKind(EntryDocument.Entry.Kind kind)
          Sets (as xml) the "kind" attribute
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.