public class AnnotationAttribute extends Object
Constructor and Description |
---|
AnnotationAttribute(String name,
EPTypeClass type,
Object defaultValue)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue()
Returns default value of annotation.
|
String |
getName()
Returns attribute name.
|
EPTypeClass |
getType()
Returns attribute type.
|
public AnnotationAttribute(String name, EPTypeClass type, Object defaultValue)
name
- name of attributetype
- attribute typedefaultValue
- default value, if any is specifiedpublic String getName()
public EPTypeClass getType()
public Object getDefaultValue()
Copyright © 2005–2021. All rights reserved.