Tabnine Logo
ReturnAttribute.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.wso2.siddhi.annotation.ReturnAttribute
constructor

Best Java code snippets using org.wso2.siddhi.annotation.ReturnAttribute.<init> (Showing top 20 results out of 315)

origin: org.wso2.extension.siddhi.execution.time/siddhi-execution-time

namespace = "time",
description = "This function returns the system time in 'yyyy-MM-dd' format.",
returnAttributes = @ReturnAttribute(
    description = "The value returned is of 'string' type.",
    type = {DataType.STRING}),
origin: org.wso2.extension.siddhi.execution.time/siddhi-execution-time

namespace = "time",
description = "This function returns the system time in 'yyyy-MM-dd HH:mm:ss' format.",
returnAttributes = @ReturnAttribute(
    description = "The system time that is returned in 'yyyy-MM-dd HH:mm:ss' format.",
    type = {DataType.STRING}),
origin: org.wso2.extension.siddhi.execution.time/siddhi-execution-time

namespace = "time",
description = "This function returns the system time in 'yyyy-MM-dd HH:mm:ss' format.",
returnAttributes = @ReturnAttribute(
    description = "The value returned is of 'string' type.",
    type = {DataType.STRING}),
origin: org.wso2.extension.siddhi.execution.time/siddhi-execution-time

namespace = "time",
description = "This function returns system time in the 'HH:mm:ss' format.",
returnAttributes = @ReturnAttribute(
    description = "The parameter returned is of 'string' type.",
    type = {DataType.STRING}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from seconds into microseconds.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in microseconds.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from kilograms into grams.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in grams.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from centimeters into inches.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in inches.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from kilometers into nanometers.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in nanometers.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from meters into centimeters.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in centimeters.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from kilometers into inches.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in inches.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from kilograms into US tons.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in US tons.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from megameters into kilometers.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in kilometers.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from kilometers into feet.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in feet.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from meters into millimeters.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value returned in millimeters.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from hours into minutes.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in minutes.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from centimeters into yards.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in yards.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from kilograms into pounds.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in pounds.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from kilometers into yards.",
    type = {DataType.INT, DataType.LONG, DataType.FLOAT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in yards.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from Tonnes into grams.",
    type = {DataType.INT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in grams.",
    type = {DataType.DOUBLE}),
origin: org.wso2.extension.siddhi.execution.unitconversion/siddhi-execution-unitconversion

    description = "The value that needs to be converted from tonnes into kilograms.",
    type = {DataType.INT, DataType.DOUBLE}),
returnAttributes = @ReturnAttribute(
    description = "The value that is returned in kilograms.",
    type = {DataType.DOUBLE}),
org.wso2.siddhi.annotationReturnAttribute<init>

Popular methods of ReturnAttribute

  • description
  • name
  • type

Popular in Java

  • Making http post requests using okhttp
  • getResourceAsStream (ClassLoader)
  • requestLocationUpdates (LocationManager)
  • getSharedPreferences (Context)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now