com.sun.tools.ws.processor.model
Class Block
java.lang.Object
com.sun.tools.ws.processor.model.ModelObject
com.sun.tools.ws.processor.model.Block
public class Block
- extends ModelObject
Methods inherited from class com.sun.tools.ws.processor.model.ModelObject |
getEntity, getJavaDoc, getLocator, getProperties, getPropertiesMap, getProperty, removeProperty, setErrorReceiver, setJavaDoc, setPropertiesMap, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNBOUND
public static final int UNBOUND
- See Also:
- Constant Field Values
BODY
public static final int BODY
- See Also:
- Constant Field Values
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
ATTACHMENT
public static final int ATTACHMENT
- See Also:
- Constant Field Values
Block
public Block(QName name,
AbstractType type,
Entity entity)
getName
public QName getName()
getType
public AbstractType getType()
setType
public void setType(AbstractType type)
getLocation
public int getLocation()
setLocation
public void setLocation(int i)
accept
public void accept(ModelVisitor visitor)
throws Exception
- Specified by:
accept
in class ModelObject
- Throws:
Exception