eu.dnetlib.data.proto
Interface OafProtos.OafOrBuilder

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

public static interface OafProtos.OafOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 DataInfoProtos.DataInfo getDataInfo()
           
 DataInfoProtos.DataInfoOrBuilder getDataInfoOrBuilder()
           
 OafProtos.OafEntity getEntity()
           
 OafProtos.OafEntityOrBuilder getEntityOrBuilder()
           
 KindProtos.Kind getKind()
           
 OafProtos.OafRel getRel()
           
 OafProtos.OafRelOrBuilder getRelOrBuilder()
           
 long getTimestamp()
           
 boolean hasDataInfo()
           
 boolean hasEntity()
           
 boolean hasKind()
           
 boolean hasRel()
           
 boolean hasTimestamp()
           
 
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

hasKind

boolean hasKind()

getKind

KindProtos.Kind getKind()

hasEntity

boolean hasEntity()

getEntity

OafProtos.OafEntity getEntity()

getEntityOrBuilder

OafProtos.OafEntityOrBuilder getEntityOrBuilder()

hasRel

boolean hasRel()

getRel

OafProtos.OafRel getRel()

getRelOrBuilder

OafProtos.OafRelOrBuilder getRelOrBuilder()

hasDataInfo

boolean hasDataInfo()

getDataInfo

DataInfoProtos.DataInfo getDataInfo()

getDataInfoOrBuilder

DataInfoProtos.DataInfoOrBuilder getDataInfoOrBuilder()

hasTimestamp

boolean hasTimestamp()

getTimestamp

long getTimestamp()


Copyright © 2013. All Rights Reserved.