Uses of Class
org.modeshape.sequencer.java.metadata.TypeMetadata

Packages that use TypeMetadata
org.modeshape.sequencer.java.metadata The classes that make up the metadata definitions for the Java source file sequencer. 
 

Uses of TypeMetadata in org.modeshape.sequencer.java.metadata
 

Subclasses of TypeMetadata in org.modeshape.sequencer.java.metadata
 class ClassMetadata
          Class metadata.
 class InterfaceMetadata
          Interface metadata.
 

Methods in org.modeshape.sequencer.java.metadata that return types with arguments of type TypeMetadata
 List<TypeMetadata> JavaMetadata.getTypeMetadata()
          Gets the list for type declarations (class/interface/enum/annotation) of this unit.
 



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