@InterfaceAudience.Private public static enum TimelineStore.SystemFilter extends Enum<TimelineStore.SystemFilter>
TimelineEntity's primary filter section when storing the entity.
 The filter key is case sensitive. Users are supposed not to use the key
 reserved by the timeline system.| Enum Constant and Description | 
|---|
| ENTITY_OWNER | 
| Modifier and Type | Method and Description | 
|---|---|
| static TimelineStore.SystemFilter | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TimelineStore.SystemFilter[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final TimelineStore.SystemFilter ENTITY_OWNER
public static TimelineStore.SystemFilter[] values()
for (TimelineStore.SystemFilter c : TimelineStore.SystemFilter.values()) System.out.println(c);
public static TimelineStore.SystemFilter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2008–2023 Apache Software Foundation. All rights reserved.