-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum StyleSheetOrigin extends Enum<StyleSheetOrigin>
Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent stylesheets, "inspector" for stylesheets created by the inspector (i.e. those holding the "via inspector" rules), "regular" for regular stylesheets.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description injecteduser-agentinspectorregular
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-