Package elemental2.dom
Interface Element.SetAttributeNSValueUnionType
-
- Enclosing class:
- Element
@JsType(isNative=true, name="?", namespace="<global>") public static interface Element.SetAttributeNSValueUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default boolean
asBoolean()
default double
asDouble()
default java.lang.String
asString()
default boolean
isBoolean()
default boolean
isDouble()
default boolean
isString()
static Element.SetAttributeNSValueUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static Element.SetAttributeNSValueUnionType of(java.lang.Object o)
-
asBoolean
@JsOverlay default boolean asBoolean()
-
asDouble
@JsOverlay default double asDouble()
-
asString
@JsOverlay default java.lang.String asString()
-
isBoolean
@JsOverlay default boolean isBoolean()
-
isDouble
@JsOverlay default boolean isDouble()
-
isString
@JsOverlay default boolean isString()
-
-