public static enum MtjConfig.FeedTrackStrategy extends java.lang.Enum<MtjConfig.FeedTrackStrategy>
Enum Constant and Description |
---|
TRACK_ALL
track 所有控件
|
TRACK_NONE
忽略所有控件
|
TRACK_SINGLE
track 指定控件
|
Modifier and Type | Method and Description |
---|---|
static MtjConfig.FeedTrackStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MtjConfig.FeedTrackStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MtjConfig.FeedTrackStrategy TRACK_ALL
public static final MtjConfig.FeedTrackStrategy TRACK_SINGLE
public static final MtjConfig.FeedTrackStrategy TRACK_NONE
public static MtjConfig.FeedTrackStrategy[] values()
for (MtjConfig.FeedTrackStrategy c : MtjConfig.FeedTrackStrategy.values()) System.out.println(c);
public static MtjConfig.FeedTrackStrategy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null