public class EventDescription extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
ElementDescription[] |
category |
EnumDescription[] |
enumeratedTypes |
EventDescriptionEventDetail[] |
eventInfo |
dynamicProperty, dynamicType| Constructor and Description |
|---|
EventDescription() |
| Modifier and Type | Method and Description |
|---|---|
ElementDescription[] |
getCategory() |
EnumDescription[] |
getEnumeratedTypes() |
EventDescriptionEventDetail[] |
getEventInfo() |
void |
setCategory(ElementDescription[] category) |
void |
setEnumeratedTypes(EnumDescription[] enumeratedTypes) |
void |
setEventInfo(EventDescriptionEventDetail[] eventInfo) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ElementDescription[] category
public EventDescriptionEventDetail[] eventInfo
public EnumDescription[] enumeratedTypes
public ElementDescription[] getCategory()
public EventDescriptionEventDetail[] getEventInfo()
public EnumDescription[] getEnumeratedTypes()
public void setCategory(ElementDescription[] category)
public void setEventInfo(EventDescriptionEventDetail[] eventInfo)
public void setEnumeratedTypes(EnumDescription[] enumeratedTypes)
Copyright © 2011-2012. All Rights Reserved.