com.opera.core.systems.scope.protos
Interface PrefsProtos.SetPrefArgOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PrefsProtos.SetPrefArg, PrefsProtos.SetPrefArg.Builder
Enclosing class:
PrefsProtos

public static interface PrefsProtos.SetPrefArgOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 java.lang.String getKey()
           
 java.lang.String getSection()
           
 java.lang.String getValue()
           
 boolean hasKey()
           
 boolean hasSection()
           
 boolean hasValue()
           
 
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

hasSection

boolean hasSection()

getSection

java.lang.String getSection()

hasKey

boolean hasKey()

getKey

java.lang.String getKey()

hasValue

boolean hasValue()

getValue

java.lang.String getValue()


Copyright © 2011. All Rights Reserved.