com.opera.core.systems.scope.protos
Interface ExecProtos.ActionList.ActionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExecProtos.ActionList.Action, ExecProtos.ActionList.Action.Builder
Enclosing class:
ExecProtos.ActionList

public static interface ExecProtos.ActionList.ActionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getData()
           
 String getName()
           
 String getStringParam()
           
 String getValue()
           
 int getWindowID()
           
 boolean hasData()
           
 boolean hasName()
           
 boolean hasStringParam()
           
 boolean hasValue()
           
 boolean hasWindowID()
           
 
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

hasName

boolean hasName()

getName

String getName()

hasValue

boolean hasValue()

getValue

String getValue()

hasWindowID

boolean hasWindowID()

getWindowID

int getWindowID()

hasData

boolean hasData()

getData

int getData()

hasStringParam

boolean hasStringParam()

getStringParam

String getStringParam()


Copyright © 2012. All Rights Reserved.