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:
-
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 interface wt.meta.EnumeratedType
DEFAULT_VALUE, ORDER, SELECTABLE -
Method Summary
Methods inherited from class wt.structfilter.rule._StructFilterAction
getStructFilterActionDefault, getStructFilterActionSet, getValueSet, toStructFilterActionMethods inherited from class wt.fc.EnumeratedType
equals, getDisplay, getLocalizedMessage, getOrder, getSelectableValueSet, getStringValue, getStringValue, hashCode, isDefaultValue, isDefaultValue, isSelectable, main, toEnumeratedType, toEnumeratedType, toString
-
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
-