public class WindowDeclarationDescr extends AnnotatedBaseDescr
Annotated.ClassAdapter| 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, indexByFQNcopyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setTextpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AnnotatedBaseDescrIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class AnnotatedBaseDescrIOExceptionpublic void setName(String name)
public String getName()
public void setPattern(PatternDescr pattern)
public PatternDescr getPattern()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.