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, addAnnotation, addQualifiedAnnotation, getAnnotation, getAnnotation, getAnnotationNames, getAnnotations, getTypedAnnotation, hasAnnotation, indexByFQN
accept, copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, isNegated, negate, positionAsString, replaceVariable, 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–2020 JBoss by Red Hat. All rights reserved.