Package org.htmlunit.cssparser.dom
Enum Class CSSValueImpl.CSSPrimitiveValueType
java.lang.Object
java.lang.Enum<CSSValueImpl.CSSPrimitiveValueType>
org.htmlunit.cssparser.dom.CSSValueImpl.CSSPrimitiveValueType
- All Implemented Interfaces:
Serializable
,Comparable<CSSValueImpl.CSSPrimitiveValueType>
,Constable
- Enclosing class:
CSSValueImpl
public static enum CSSValueImpl.CSSPrimitiveValueType
extends Enum<CSSValueImpl.CSSPrimitiveValueType>
CSSPrimitiveValueType enum.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCOUNTERS_FUNCTION.CSS_ATTR.CSS_CH.CSS_CM.CSS_COUNTER.CSS_DEG.CSS_DIMENSION.CSS_EMS.CSS_EXS.CSS_GRAD.CSS_HZ.CSS_IDENT.CSS_IN.CSS_KHZ.CSS_MM.CSS_MS.CSS_NUMBER.CSS_PC.CSS_PERCENTAGE.CSS_PT.CSS_PX.CSS_Q.CSS_RAD.CSS_RECT.CSS_REM.CSS_RGBCOLOR.CSS_S.CSS_STRING.CSS_TURN.CSS_UNKNOWN.CSS_URI.CSS_VH.CSS_VMAX.CSS_VMIN.CSS_VW. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CSSValueImpl.CSSPrimitiveValueType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CSS_IDENT
CSS_IDENT. -
CSS_NUMBER
CSS_NUMBER. -
CSS_EMS
CSS_EMS. -
CSS_EXS
CSS_EXS. -
CSS_REM
CSS_REM. -
CSS_CH
CSS_CH. -
CSS_VW
CSS_VW. -
CSS_VH
CSS_VH. -
CSS_VMIN
CSS_VMIN. -
CSS_VMAX
CSS_VMAX. -
CSS_PX
CSS_PX. -
CSS_IN
CSS_IN. -
CSS_CM
CSS_CM. -
CSS_MM
CSS_MM. -
CSS_PT
CSS_PT. -
CSS_PC
CSS_PC. -
CSS_Q
CSS_Q. -
CSS_PERCENTAGE
CSS_PERCENTAGE. -
CSS_URI
CSS_URI. -
COUNTERS_FUNCTION
COUNTERS_FUNCTION. -
CSS_RGBCOLOR
CSS_RGBCOLOR. -
CSS_DEG
CSS_DEG. -
CSS_GRAD
CSS_GRAD. -
CSS_RAD
CSS_RAD. -
CSS_TURN
CSS_TURN. -
CSS_MS
CSS_MS. -
CSS_S
CSS_S. -
CSS_HZ
CSS_HZ. -
CSS_KHZ
CSS_KHZ. -
CSS_ATTR
CSS_ATTR. -
CSS_RECT
CSS_RECT. -
CSS_STRING
CSS_STRING. -
CSS_DIMENSION
CSS_DIMENSION. -
CSS_COUNTER
CSS_COUNTER. -
CSS_UNKNOWN
CSS_UNKNOWN.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-