- getAnnotation(Class<T>) - Method in interface net.maritimecloud.msdl.model.Annotatable
-
- getBaseType() - Method in interface net.maritimecloud.msdl.model.Type
-
- getBroadcasts() - Method in interface net.maritimecloud.msdl.model.MsdlFile
-
Returns a list of all broadcast messages defined in the MSDL file.
- getComment() - Method in interface net.maritimecloud.msdl.model.EndpointMethod
-
Returns a non-null comment for this method.
- getComment() - Method in interface net.maritimecloud.msdl.model.FieldOrParameter
-
Returns a non-null comment for the field.
- getConstants() - Method in interface net.maritimecloud.msdl.model.EnumDeclaration
-
Returns a list of all constants in this enum.
- getDependencyDirectories() - Method in class net.maritimecloud.msdl.MsdlProcessor
-
- getElementType() - Method in interface net.maritimecloud.msdl.model.ListOrSetType
-
Returns the type of elements in the list or set.
- getEndColumn() - Method in interface net.maritimecloud.msdl.model.SourceToken
-
Returns the ending column of the entity.
- getEndLine() - Method in interface net.maritimecloud.msdl.model.SourceToken
-
Returns the ending line of the entity.
- getEndpoints() - Method in interface net.maritimecloud.msdl.model.MsdlFile
-
Returns a list of all endpoints defined in the MSDL file.
- getEnums() - Method in interface net.maritimecloud.msdl.model.MsdlFile
-
Returns a list of all enums defined in the MSDL file.
- getErrorMessage() - Method in class net.maritimecloud.msdl.MsdlProcessorResult
-
- getFields() - Method in interface net.maritimecloud.msdl.model.BaseMessage
-
Returns a list of fields in the message.
- getFile() - Method in interface net.maritimecloud.msdl.model.BaseMessage
-
Returns the file this message is defined in.
- getFile() - Method in interface net.maritimecloud.msdl.model.EndpointDefinition
-
Returns the file this endpoint is defined in.
- getFile() - Method in interface net.maritimecloud.msdl.model.EnumDeclaration
-
Returns the file this enum is defined in.
- getFiles() - Method in interface net.maritimecloud.msdl.model.Project
-
Returns a map of all MSDL files that should be processed.
- getFiles() - Method in class net.maritimecloud.msdl.MsdlProcessor
-
- getFunctions() - Method in interface net.maritimecloud.msdl.model.EndpointDefinition
-
Returns a list of fields in the message.
- getJavaType() - Method in enum net.maritimecloud.msdl.model.BaseType
-
- getKeyType() - Method in interface net.maritimecloud.msdl.model.MapType
-
Returns the type of keys in the map.
- getLogger() - Method in class net.maritimecloud.msdl.MsdlPlugin
-
Returns the logger that should be used for reporting to the user.
- getLogger() - Method in class net.maritimecloud.msdl.MsdlProcessor
-
- getMain() - Method in interface net.maritimecloud.msdl.model.CommentDeclaration
-
- getMainUncapitalized() - Method in interface net.maritimecloud.msdl.model.CommentDeclaration
-
- getMessages() - Method in interface net.maritimecloud.msdl.model.MsdlFile
-
Returns a list of all messages defined in the MSDL file.
- getName() - Method in interface net.maritimecloud.msdl.model.BaseMessage
-
Returns the name of the message.
- getName() - Method in interface net.maritimecloud.msdl.model.EndpointDefinition
-
Returns the name of the message.
- getName() - Method in interface net.maritimecloud.msdl.model.EndpointMethod
-
Returns the name of this method.
- getName() - Method in interface net.maritimecloud.msdl.model.EnumDeclaration.Constant
-
Returns the name of the enum constant.
- getName() - Method in interface net.maritimecloud.msdl.model.EnumDeclaration
-
Returns the name of the enum.
- getName() - Method in interface net.maritimecloud.msdl.model.FieldOrParameter
-
Returns the name of the field.
- getNamespace() - Method in interface net.maritimecloud.msdl.model.MsdlFile
-
Returns any namespace that has been defined in the MSDL file.
- getParameters() - Method in interface net.maritimecloud.msdl.model.EndpointMethod
-
Returns a list of parameters to the method.
- getPath() - Method in interface net.maritimecloud.msdl.model.SourceToken
-
Returns the absolute path where the .msdl is defined.
- getReturnType() - Method in interface net.maritimecloud.msdl.model.EndpointMethod
-
Returns the return type of the method
- getSourceDirectory() - Method in class net.maritimecloud.msdl.MsdlProcessor
-
- getStartColumn() - Method in interface net.maritimecloud.msdl.model.SourceToken
-
Returns the starting column of the entity.
- getStartLine() - Method in interface net.maritimecloud.msdl.model.SourceToken
-
Returns the starting line of the entity.
- getTag() - Method in interface net.maritimecloud.msdl.model.FieldOrParameter
-
Returns the tag of the field.
- getType() - Method in interface net.maritimecloud.msdl.model.FieldOrParameter
-
Returns the type of the field
- getValue() - Method in interface net.maritimecloud.msdl.model.EnumDeclaration.Constant
-
Returns the unique integer value of the enum constant.
- getValueType() - Method in interface net.maritimecloud.msdl.model.MapType
-
Returns the type of values in the map.