Package wt.structfilter.rule
Class StructFilterAction
java.lang.Object
wt.fc.EnumeratedType
wt.structfilter.rule._StructFilterAction
wt.structfilter.rule.StructFilterAction
- All Implemented Interfaces:
Serializable,Comparable,EnumeratedType,LocalizableMetadata,wt.navigation.NavigationTag,LocalizableMessage,Message
@FrozenSerializable
@GenAsEnumeratedType(interfaces=wt.navigation.NavigationTag.class,
supportedAPI=PUBLIC)
public class StructFilterAction
extends _StructFilterAction
Supported API: true
Extendable: false
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class wt.fc.EnumeratedType
EnumeratedType.OrderOnOrder -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StructFilterActionExclude.static final StructFilterActionInclude.static final StructFilterAction
Supported API: truestatic final StructFilterAction
Supported API: truestatic final StructFilterAction
Supported API: truestatic final StructFilterAction
Supported API: truestatic final StructFilterAction
Supported API: truestatic final StructFilterAction
Supported API: truestatic final StructFilterAction
Supported API: truestatic final StructFilterAction
Supported API: truestatic final StructFilterAction
Supported API: trueFields inherited from class wt.fc.EnumeratedType
secretHandshake, SEP_CHAR, userLocaleFields inherited from interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.structfilter.rule._StructFilterAction
getLocaleSet, getStructFilterActionDefault, getStructFilterActionSet, getValueSet, newStructFilterAction, reloadEnumeratedTypeWithCustomValues, toStructFilterAction, valueSetMethods inherited from class wt.fc.EnumeratedType
clearCustomEnumsCache, compareTo, defaultEnumeratedType, dynamicInstance, equals, getAbbreviatedDisplay, getComment, getComment, getDisplay, getDisplay, getFullDisplay, getInternalKey, getLocalizedMessage, getLocalizedValues, getLongDescription, getLongDescription, getOrder, getSelectableValueSet, getShortDescription, getShortDescription, getStringValue, getStringValue, getValidSet, getValue, hashCode, instantiateSet, instantiateSet, isCustomValueLoaded, isDefaultValue, isDefaultValue, isPrimaryKey, isSelectable, main, readResolve, setCustomValueLoaded, setCustomValueLoadedTrueForAllEntries, setDefaultValue, setLocalizedValues, setOrder, setSelectable, setValue, toEnumeratedType, toEnumeratedType, toEnumeratedType, toString, validateFriendship
-
Field Details
-
INCLUDE
Include.
Supported API: true -
EXCLUDE
Exclude.
Supported API: true -
INCLUDE_THIS_ONLY
Supported API: true -
INCLUDE_MASTER
Supported API: true -
INCLUDE_GEOMETRY
Supported API: true -
INCLUDE_GRAPHICS
Supported API: true -
INCLUDE_DESIGN_MODE
Supported API: true -
INCLUDE_VISUALIZATION_MODE
Supported API: true -
INCLUDE_FULL
Supported API: true -
INCLUDE_LIGHTWEIGHT
Supported API: true -
INCLUDE_AUTOMATIC
Supported API: true
-