com.googlecode.mobilityrpc.protocol.protobuf
Interface ComponentUuid.UUIDOrBuilder

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

public static interface ComponentUuid.UUIDOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getLeastSignificantBits()
           
 long getMostSignificantBits()
           
 boolean hasLeastSignificantBits()
           
 boolean hasMostSignificantBits()
           
 
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

hasLeastSignificantBits

boolean hasLeastSignificantBits()

getLeastSignificantBits

long getLeastSignificantBits()

hasMostSignificantBits

boolean hasMostSignificantBits()

getMostSignificantBits

long getMostSignificantBits()


Copyright © 2012. All Rights Reserved.