org.apache.xmlbeans.SimpleValue.getDoubleValue()方法的使用及代码示例

x33g5p2x  于2022-01-30 转载在 其他  
字(6.2k)|赞(0)|评价(0)|浏览(74)

本文整理了Java中org.apache.xmlbeans.SimpleValue.getDoubleValue()方法的一些代码示例,展示了SimpleValue.getDoubleValue()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。SimpleValue.getDoubleValue()方法的具体详情如下:
包路径:org.apache.xmlbeans.SimpleValue
类名称:SimpleValue
方法名:getDoubleValue

SimpleValue.getDoubleValue介绍

[英]Returns the value as a double.
[中]以双精度形式返回值。

代码示例

代码示例来源:origin: org.apache.xmlbeans/xmlbeans

public double getDoubleValue()
{
  return ((SimpleValue)underlyingXmlObject()).getDoubleValue();
}

代码示例来源:origin: org.apache.xmlbeans/xmlbeans

public double getDoubleValue()
  { check_dated(); return _value == null ? 0.0 : ((SimpleValue)_value).getDoubleValue(); }

代码示例来源:origin: org.apache.xmlbeans/xmlbeans

return new Double(base.getDoubleValue());

代码示例来源:origin: org.apache.xmlbeans/xmlbeans

writeDouble(((SimpleValue)value).getDoubleValue());
break;

代码示例来源:origin: com.github.pjfanning/xmlbeans

public double getDoubleValue()
{
  return ((SimpleValue)underlyingXmlObject()).getDoubleValue();
}

代码示例来源:origin: org.apache.xmlbeans/com.springsource.org.apache.xmlbeans

public double getDoubleValue()
{
  return ((SimpleValue)underlyingXmlObject()).getDoubleValue();
}

代码示例来源:origin: org.apache.xmlbeans/com.springsource.org.apache.xmlbeans

public double getDoubleValue()
  { check_dated(); return _value == null ? 0.0 : ((SimpleValue)_value).getDoubleValue(); }

代码示例来源:origin: com.github.pjfanning/xmlbeans

public double getDoubleValue()
  { check_dated(); return _value == null ? 0.0 : ((SimpleValue)_value).getDoubleValue(); }

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Gets array of all "bulge" elements
 */
public double[] getBulgeArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(BULGE$6, targetList);
    double[] result = new double[targetList.size()];
    for (int i = 0, len = targetList.size() ; i < len ; i++)
      result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getDoubleValue();
    return result;
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v311

/**
 * Gets array of all "bulge" elements
 */
public double[] getBulgeArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(BULGE$10, targetList);
    double[] result = new double[targetList.size()];
    for (int i = 0, len = targetList.size() ; i < len ; i++)
      result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getDoubleValue();
    return result;
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Gets array of all "bulge" elements
 */
public double[] getBulgeArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(BULGE$10, targetList);
    double[] result = new double[targetList.size()];
    for (int i = 0, len = targetList.size() ; i < len ; i++)
      result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getDoubleValue();
    return result;
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v33

/**
 * Gets array of all "bulge" elements
 */
public double[] getBulgeArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(BULGE$6, targetList);
    double[] result = new double[targetList.size()];
    for (int i = 0, len = targetList.size() ; i < len ; i++)
      result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getDoubleValue();
    return result;
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v311

/**
 * Gets array of all "bulge" elements
 */
public double[] getBulgeArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(BULGE$6, targetList);
    double[] result = new double[targetList.size()];
    for (int i = 0, len = targetList.size() ; i < len ; i++)
      result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getDoubleValue();
    return result;
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-sweCommon-v20

/**
 * Gets array of all "value" elements
 */
public double[] getValueArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(VALUE$0, targetList);
    double[] result = new double[targetList.size()];
    for (int i = 0, len = targetList.size() ; i < len ; i++)
      result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getDoubleValue();
    return result;
  }
}

代码示例来源:origin: org.apache.airavata/airavata-gfac-schema-utils

/**
 * Gets array of all "value" elements
 */
public double[] getValueArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(VALUE$0, targetList);
    double[] result = new double[targetList.size()];
    for (int i = 0, len = targetList.size() ; i < len ; i++)
      result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getDoubleValue();
    return result;
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v33

/**
 * Gets array of all "bulge" elements
 */
public double[] getBulgeArray()
{
  synchronized (monitor())
  {
    check_orphaned();
    java.util.List targetList = new java.util.ArrayList();
    get_store().find_all_element_users(BULGE$6, targetList);
    double[] result = new double[targetList.size()];
    for (int i = 0, len = targetList.size() ; i < len ; i++)
      result[i] = ((org.apache.xmlbeans.SimpleValue)targetList.get(i)).getDoubleValue();
    return result;
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Gets the "Real" element
 */
public double getReal()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(REAL$0, 0);
    if (target == null)
    {
      return 0.0;
    }
    return target.getDoubleValue();
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Gets the "factor" element
 */
public double getFactor()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(FACTOR$0, 0);
    if (target == null)
    {
      return 0.0;
    }
    return target.getDoubleValue();
  }
}

代码示例来源:origin: org.n52.sensorweb/52n-xml-gml-v321

/**
 * Gets the "value" element
 */
public double getValue()
{
  synchronized (monitor())
  {
    check_orphaned();
    org.apache.xmlbeans.SimpleValue target = null;
    target = (org.apache.xmlbeans.SimpleValue)get_store().find_element_user(VALUE$0, 0);
    if (target == null)
    {
      return 0.0;
    }
    return target.getDoubleValue();
  }
}

代码示例来源:origin: org.apache.xmlbeans/xmlbeans

double d = ((SimpleValue)v).getDoubleValue();
set_prepare();
set_double(d);

相关文章

微信公众号

最新文章

更多

SimpleValue类方法