EventType
.
EventType
Modifier and Type | Field and Description |
---|---|
private final List | |
private final String | |
private final long | |
private final String | |
private final String | |
private final List |
Access | Constructor and Description |
---|---|
pack-priv | |
private |
Modifier and Type | Method and Description |
---|---|
private static List | |
private static List | |
private static List | |
public static EventTypeInfo | Returns: anEventTypeInfo , or null if cd is
null CompositeData representing the EventTypeInfo to
returnReturns an
The supplied |
public List | Returns: an immutable list of category names, or a list with the name"Uncategorized" if no category has been setReturns the list of human-readable names that makes up the category for this
|
public String | Returns: the description, ornull if no description existsReturns a short sentence or two describing the event type associated with
this |
public long | Returns: the IDReturns the unique ID for the event type associated with this
|
public String | Returns: the label, ornull if a label is not setReturns the label, a human-readable name, associated with the event type
for this |
public String | Returns: the name, notnull Returns the name for the event type associated with this
|
public List | Returns: the settings, notnull Returns settings for the event type associated with this
|
public String | Returns: description, notnull Overrides java. Returns a description of this |
categoryNames | back to summary |
---|---|
private final List<String> categoryNames |
description | back to summary |
---|---|
private final String description |
id | back to summary |
---|---|
private final long id |
label | back to summary |
---|---|
private final String label |
name | back to summary |
---|---|
private final String name |
settingDescriptors | back to summary |
---|---|
private final List<SettingDescriptorInfo> settingDescriptors |
EventTypeInfo | back to summary |
---|---|
pack-priv EventTypeInfo(EventType eventType) |
EventTypeInfo | back to summary |
---|---|
private EventTypeInfo(CompositeData cd) |
createCategoryNames | back to summary |
---|---|
private static List |
createSettingDescriptors | back to summary |
---|---|
private static List |
creatingSettingDescriptorInfos | back to summary |
---|---|
private static List |
from | back to summary | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
public static EventTypeInfo from(CompositeData cd) Returns an
The supplied
|
getCategoryNames | back to summary |
---|---|
public List Returns the list of human-readable names that makes up the category for this
|
getDescription | back to summary |
---|---|
public String getDescription() Returns a short sentence or two describing the event type associated with
this
|
getId | back to summary |
---|---|
public long getId() Returns the unique ID for the event type associated with this
|
getLabel | back to summary |
---|---|
public String getLabel() Returns the label, a human-readable name, associated with the event type
for this
|
getName | back to summary |
---|---|
public String getName() Returns the name for the event type associated with this
|
getSettingDescriptors | back to summary |
---|---|
public List Returns settings for the event type associated with this
|
toString | back to summary |
---|---|
public String toString() Overrides java. Returns a description of this |