public class EntryPointDeclarationDescr extends AnnotatedBaseDescr
Constructor and Description |
---|
EntryPointDeclarationDescr() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getEntryPointId() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setEntryPointId(String name) |
void |
writeExternal(ObjectOutput out) |
addAnnotation, addAnnotation, getAnnotation, getAnnotationNames, getAnnotations
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AnnotatedBaseDescr
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AnnotatedBaseDescr
IOException
public void setEntryPointId(String name)
public String getEntryPointId()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.