Uses of Class
org.apache.openejb.jee.was.v6.java.Block

Packages that use Block
org.apache.openejb.jee.was.v6.java Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Block in org.apache.openejb.jee.was.v6.java
 

Subclasses of Block in org.apache.openejb.jee.was.v6.java
 class Comment
           Java class for Comment complex type.
 class Statement
           Java class for Statement complex type.
 

Fields in org.apache.openejb.jee.was.v6.java with type parameters of type Block
protected  java.util.List<Block> Block.contents
           
protected  java.util.List<Block> Field.initializers
           
protected  java.util.List<Block> Initializer.sources
           
protected  java.util.List<Block> Method.sources
           
 

Methods in org.apache.openejb.jee.was.v6.java that return Block
 Block ObjectFactory.createBlock()
          Create an instance of Block
 

Methods in org.apache.openejb.jee.was.v6.java that return types with arguments of type Block
 javax.xml.bind.JAXBElement<Block> ObjectFactory.createBlock(Block value)
          Create an instance of JAXBElement<Block>
 java.util.List<Block> Block.getContents()
          Gets the value of the contents property.
 java.util.List<Block> Field.getInitializers()
          Gets the value of the initializers property.
 java.util.List<Block> Initializer.getSources()
          Gets the value of the sources property.
 java.util.List<Block> Method.getSources()
          Gets the value of the sources property.
 

Methods in org.apache.openejb.jee.was.v6.java with parameters of type Block
 javax.xml.bind.JAXBElement<Block> ObjectFactory.createBlock(Block value)
          Create an instance of JAXBElement<Block>
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.