public class WindowDeclarationDescr extends AnnotatedBaseDescr
Constructor and Description |
---|
WindowDeclarationDescr() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
PatternDescr |
getPattern() |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
setName(String name) |
void |
setPattern(PatternDescr pattern) |
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 setName(String name)
public String getName()
public void setPattern(PatternDescr pattern)
public PatternDescr getPattern()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.