WebFlagsEnumItemBaseJS Class Members
In This Topic
The following tables list the members exposed by
WebFlagsEnumItemBaseJS.
Public Constructors
Methods
| Name | Description |
 | add | Overloaded. Returns new enumeration element (bit field) that is concatenation of this bit field and the specified bit field. This method has effect only for enumerations that defines bit flags. |
 | contains | Overloaded. Determines that this enumeration element (bit field) contains the specified sub element (bit field). This method has effect only for enumerations that defines bit flags. |
 | equals | Overloaded. Determines that this enumeration element is equals to the specified enumeration element. (Inherited from WebEnumItemBaseJS) |
 | getAllAvailableNames | Returns names of all enumeration elements. (Inherited from WebEnumItemBaseJS) |
 | getAllAvailableValues | Returns values of all enumeration elements. (Inherited from WebEnumItemBaseJS) |
 | isFlagged | Determines that this enumeration element defines a bit field. |
 | remove | Overloaded. Returns new enumeration element (bit field) that is difference between this bit field and the specified bit field. |
 | toArray | Returns this enumeration element (bit field) as an array of sub elements (bit fields). This method has effect only for enumerations that defines bit flags. |
 | toString | Returns name of this enumeration element. (Inherited from WebEnumItemBaseJS) |
 | valueOf | Returns value of this enumeration element. (Inherited from WebEnumItemBaseJS) |
See Also