com.opera.core.systems.scope.protos
Interface EsdbgProtos.NodeInfoOrBuilder

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

public static interface EsdbgProtos.NodeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 EsdbgProtos.NodeInfo.Attribute getAttributeList(int index)
           
 int getAttributeListCount()
           
 java.util.List<EsdbgProtos.NodeInfo.Attribute> getAttributeListList()
           
 EsdbgProtos.NodeInfo.AttributeOrBuilder getAttributeListOrBuilder(int index)
           
 java.util.List<? extends EsdbgProtos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList()
           
 int getChildrenLength()
           
 int getDepth()
           
 java.lang.String getName()
           
 java.lang.String getNamespacePrefix()
           
 int getObjectID()
           
 java.lang.String getPublicID()
           
 java.lang.String getSystemID()
           
 int getType()
           
 java.lang.String getValue()
           
 boolean hasChildrenLength()
           
 boolean hasDepth()
           
 boolean hasName()
           
 boolean hasNamespacePrefix()
           
 boolean hasObjectID()
           
 boolean hasPublicID()
           
 boolean hasSystemID()
           
 boolean hasType()
           
 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

hasObjectID

boolean hasObjectID()

getObjectID

int getObjectID()

hasType

boolean hasType()

getType

int getType()

hasName

boolean hasName()

getName

java.lang.String getName()

hasDepth

boolean hasDepth()

getDepth

int getDepth()

hasNamespacePrefix

boolean hasNamespacePrefix()

getNamespacePrefix

java.lang.String getNamespacePrefix()

getAttributeListList

java.util.List<EsdbgProtos.NodeInfo.Attribute> getAttributeListList()

getAttributeList

EsdbgProtos.NodeInfo.Attribute getAttributeList(int index)

getAttributeListCount

int getAttributeListCount()

getAttributeListOrBuilderList

java.util.List<? extends EsdbgProtos.NodeInfo.AttributeOrBuilder> getAttributeListOrBuilderList()

getAttributeListOrBuilder

EsdbgProtos.NodeInfo.AttributeOrBuilder getAttributeListOrBuilder(int index)

hasChildrenLength

boolean hasChildrenLength()

getChildrenLength

int getChildrenLength()

hasValue

boolean hasValue()

getValue

java.lang.String getValue()

hasPublicID

boolean hasPublicID()

getPublicID

java.lang.String getPublicID()

hasSystemID

boolean hasSystemID()

getSystemID

java.lang.String getSystemID()


Copyright © 2011. All Rights Reserved.