Class ProtolockMessage
- java.lang.Object
-
- no.entur.schema2proto.generateproto.compatibility.protolock.ProtolockMessage
-
public class ProtolockMessage extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProtolockMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtolockField[]getFields()ProtolockMessage[]getMessages()java.lang.StringgetName()java.lang.Integer[]getReservedIds()java.lang.String[]getReservedNames()
-
-
-
Method Detail
-
getReservedIds
public java.lang.Integer[] getReservedIds()
-
getReservedNames
public java.lang.String[] getReservedNames()
-
getMessages
public ProtolockMessage[] getMessages()
-
getName
public java.lang.String getName()
-
getFields
public ProtolockField[] getFields()
-
-