com.opera.core.systems.scope.protos
Interface EsdbgProtos.CssStylesheetList.StylesheetOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EsdbgProtos.CssStylesheetList.Stylesheet, EsdbgProtos.CssStylesheetList.Stylesheet.Builder
Enclosing class:
EsdbgProtos.CssStylesheetList

public static interface EsdbgProtos.CssStylesheetList.StylesheetOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getHref()
           
 boolean getIsDisabled()
           
 String getMediaList(int index)
           
 int getMediaListCount()
           
 List<String> getMediaListList()
           
 int getObjectID()
           
 int getOwnerNodeID()
           
 int getOwnerRuleID()
           
 int getParentStylesheetID()
           
 String getTitle()
           
 String getType()
           
 boolean hasHref()
           
 boolean hasIsDisabled()
           
 boolean hasObjectID()
           
 boolean hasOwnerNodeID()
           
 boolean hasOwnerRuleID()
           
 boolean hasParentStylesheetID()
           
 boolean hasTitle()
           
 boolean hasType()
           
 
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

hasObjectID

boolean hasObjectID()

getObjectID

int getObjectID()

hasIsDisabled

boolean hasIsDisabled()

getIsDisabled

boolean getIsDisabled()

hasHref

boolean hasHref()

getHref

String getHref()

hasTitle

boolean hasTitle()

getTitle

String getTitle()

hasType

boolean hasType()

getType

String getType()

getMediaListList

List<String> getMediaListList()

getMediaListCount

int getMediaListCount()

getMediaList

String getMediaList(int index)

hasOwnerNodeID

boolean hasOwnerNodeID()

getOwnerNodeID

int getOwnerNodeID()

hasOwnerRuleID

boolean hasOwnerRuleID()

getOwnerRuleID

int getOwnerRuleID()

hasParentStylesheetID

boolean hasParentStylesheetID()

getParentStylesheetID

int getParentStylesheetID()


Copyright © 2012. All Rights Reserved.