Uses of Class
org.apache.openejb.jee.was.v6.java.Block
-
Packages that use Block Package Description 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 Modifier and Type Class Description classCommentJava class for Comment complex type.classStatementJava class for Statement complex type.Fields in org.apache.openejb.jee.was.v6.java with type parameters of type Block Modifier and Type Field Description protected List<Block>Block. contentsprotected List<Block>Field. initializersprotected List<Block>Initializer. sourcesprotected List<Block>Method. sourcesMethods in org.apache.openejb.jee.was.v6.java that return Block Modifier and Type Method Description BlockObjectFactory. createBlock()Create an instance ofBlockMethods in org.apache.openejb.jee.was.v6.java that return types with arguments of type Block Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Block>ObjectFactory. createBlock(Block value)List<Block>Block. getContents()Gets the value of the contents property.List<Block>Field. getInitializers()Gets the value of the initializers property.List<Block>Initializer. getSources()Gets the value of the sources property.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 Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Block>ObjectFactory. createBlock(Block value)
-