Uses of Enum Class
org.eclipse.e4.ui.css.core.impl.dom.CssValues.CssText.Kind
Packages that use CssValues.CssText.Kind
-
Uses of CssValues.CssText.Kind in org.eclipse.e4.ui.css.core.impl.dom
Subclasses with type arguments of type CssValues.CssText.Kind in org.eclipse.e4.ui.css.core.impl.domModifier and TypeClassDescriptionstatic enumWhat textual form the value had in the source.Methods in org.eclipse.e4.ui.css.core.impl.dom that return CssValues.CssText.KindModifier and TypeMethodDescriptionCssValues.CssText.kind()Returns the value of thekindrecord component.static CssValues.CssText.KindReturns the enum constant of this class with the specified name.static CssValues.CssText.Kind[]CssValues.CssText.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.e4.ui.css.core.impl.dom with parameters of type CssValues.CssText.KindModifierConstructorDescriptionCssText(CssValues.CssText.Kind kind, String value) Creates an instance of aCssTextrecord class.