com.opera.core.systems.scope.protos
Interface EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration, EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclaration.Builder
Enclosing class:
EsdbgProtos.CssStyleDeclarations.NodeStyle

public static interface EsdbgProtos.CssStyleDeclarations.NodeStyle.StyleDeclarationOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getIndexList(int index)
           
 int getIndexListCount()
           
 java.util.List<java.lang.Integer> getIndexListList()
           
 int getOrigin()
           
 boolean getPriorityList(int index)
           
 int getPriorityListCount()
           
 java.util.List<java.lang.Boolean> getPriorityListList()
           
 int getRuleID()
           
 int getRuleType()
           
 java.lang.String getSelector()
           
 int getSpecificity()
           
 int getStatusList(int index)
           
 int getStatusListCount()
           
 java.util.List<java.lang.Integer> getStatusListList()
           
 int getStylesheetID()
           
 java.lang.String getValueList(int index)
           
 int getValueListCount()
           
 java.util.List<java.lang.String> getValueListList()
           
 boolean hasOrigin()
           
 boolean hasRuleID()
           
 boolean hasRuleType()
           
 boolean hasSelector()
           
 boolean hasSpecificity()
           
 boolean hasStylesheetID()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasOrigin

boolean hasOrigin()

getOrigin

int getOrigin()

getIndexListList

java.util.List<java.lang.Integer> getIndexListList()

getIndexListCount

int getIndexListCount()

getIndexList

int getIndexList(int index)

getValueListList

java.util.List<java.lang.String> getValueListList()

getValueListCount

int getValueListCount()

getValueList

java.lang.String getValueList(int index)

getPriorityListList

java.util.List<java.lang.Boolean> getPriorityListList()

getPriorityListCount

int getPriorityListCount()

getPriorityList

boolean getPriorityList(int index)

getStatusListList

java.util.List<java.lang.Integer> getStatusListList()

getStatusListCount

int getStatusListCount()

getStatusList

int getStatusList(int index)

hasSelector

boolean hasSelector()

getSelector

java.lang.String getSelector()

hasSpecificity

boolean hasSpecificity()

getSpecificity

int getSpecificity()

hasStylesheetID

boolean hasStylesheetID()

getStylesheetID

int getStylesheetID()

hasRuleID

boolean hasRuleID()

getRuleID

int getRuleID()

hasRuleType

boolean hasRuleType()

getRuleType

int getRuleType()


Copyright © 2011. All Rights Reserved.