Uses of Class
org.jboss.dna.sequencer.java.metadata.Variable

Packages that use Variable
org.jboss.dna.sequencer.java The classes that make up the Java source file sequencer. 
org.jboss.dna.sequencer.java.metadata The classes that make up the metadata definitions for the Java source file sequencer. 
 

Uses of Variable in org.jboss.dna.sequencer.java
 

Methods in org.jboss.dna.sequencer.java with parameters of type Variable
static void VariableSequencer.sequenceTheVariable(SequencerOutput output, NameFactory nameFactory, Variable variable, Path path)
          Sequence a variable.
 

Uses of Variable in org.jboss.dna.sequencer.java.metadata
 

Methods in org.jboss.dna.sequencer.java.metadata that return types with arguments of type Variable
 List<Variable> FieldMetadata.getVariables()
           
 

Method parameters in org.jboss.dna.sequencer.java.metadata with type arguments of type Variable
 void FieldMetadata.setVariables(List<Variable> variables)
           
 



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