Class MethodParameterUtils

java.lang.Object
com.aducid.sdk.util.MethodParameterUtils

public class MethodParameterUtils
extends java.lang.Object
Method parameter utilities. Created 6. 12. 2017 12:36:05
Author:
Radek Jira
  • Method Summary

    Modifier and Type Method Description
    static java.util.List<com.aducid.iface.MethodParameterType> getComfortFactorMethodParameter()
    Returns comfort factor method parameter.
    static java.util.List<com.aducid.iface.MethodParameterType> getConnectionUsbMethodParameter()
    Returns connection USB method parameter.
    static com.aducid.iface.MethodParameterType getMethodParameter​(Valuable valuable)
    Returns method parameter.
    static com.aducid.iface.MethodParameterType getMethodParameter​(java.lang.String name, java.lang.String value)
    Returns method parameter.
    static java.util.List<com.aducid.iface.MethodParameterType> getPeigMessageAndComfortFactorMethodParameters​(java.lang.String peigMessage)
    Returns PEIG message and comfort factor method parameters.
    static java.util.List<com.aducid.iface.MethodParameterType> getPeigMessageAndPersonalFactorMethodParameters​(java.lang.String peigMessage)
    Returns PEIG message and personal factor method parameters.
    static java.util.List<com.aducid.iface.MethodParameterType> getPeigMessageMethodParameter​(java.lang.String peigMessage)
    Returns PEIG message method parameter.
    static java.util.List<com.aducid.iface.MethodParameterType> getPersonalFactorMethodParameter()
    Returns personal factor method parameter.
    static java.util.List<com.aducid.iface.MethodParameterType> getPrimaryReplicaMethodParameter()
    Returns primary replica method parameter.
    static java.util.List<com.aducid.iface.MethodParameterType> getSecondaryReplicaMethodParameter()
    Returns secondary replica method parameter.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getPersonalFactorMethodParameter

      public static java.util.List<com.aducid.iface.MethodParameterType> getPersonalFactorMethodParameter()

      Returns personal factor method parameter.

      Returns:
      personal factor method parameter
    • getComfortFactorMethodParameter

      public static java.util.List<com.aducid.iface.MethodParameterType> getComfortFactorMethodParameter()

      Returns comfort factor method parameter.

      Returns:
      comfort factor method parameter
    • getPrimaryReplicaMethodParameter

      public static java.util.List<com.aducid.iface.MethodParameterType> getPrimaryReplicaMethodParameter()

      Returns primary replica method parameter.

      Returns:
      primary replica method parameter
    • getSecondaryReplicaMethodParameter

      public static java.util.List<com.aducid.iface.MethodParameterType> getSecondaryReplicaMethodParameter()

      Returns secondary replica method parameter.

      Returns:
      secondary replica method parameter
    • getConnectionUsbMethodParameter

      public static java.util.List<com.aducid.iface.MethodParameterType> getConnectionUsbMethodParameter()

      Returns connection USB method parameter.

      Returns:
      connection USB method parameter
    • getPeigMessageMethodParameter

      public static java.util.List<com.aducid.iface.MethodParameterType> getPeigMessageMethodParameter​(java.lang.String peigMessage)

      Returns PEIG message method parameter.

      Parameters:
      peigMessage - PEIG message
      Returns:
      PEIG message method parameter
    • getPeigMessageAndPersonalFactorMethodParameters

      public static java.util.List<com.aducid.iface.MethodParameterType> getPeigMessageAndPersonalFactorMethodParameters​(java.lang.String peigMessage)

      Returns PEIG message and personal factor method parameters.

      Parameters:
      peigMessage - PEIG message
      Returns:
      PEIG message and personal factor method parameters
    • getPeigMessageAndComfortFactorMethodParameters

      public static java.util.List<com.aducid.iface.MethodParameterType> getPeigMessageAndComfortFactorMethodParameters​(java.lang.String peigMessage)

      Returns PEIG message and comfort factor method parameters.

      Parameters:
      peigMessage - PEIG message
      Returns:
      PEIG message and comfort factor method parameters
    • getMethodParameter

      public static com.aducid.iface.MethodParameterType getMethodParameter​(java.lang.String name, java.lang.String value)

      Returns method parameter.

      Parameters:
      name - name
      value - value
      Returns:
      method parameter
    • getMethodParameter

      public static com.aducid.iface.MethodParameterType getMethodParameter​(Valuable valuable)

      Returns method parameter.

      Parameters:
      valuable - valuable
      Returns:
      method parameter