Package org.omg.CosTrading

Examples of org.omg.CosTrading.Policy


    }


    public Policy describe()
    {
  Policy result = new Policy();

  result.name = m_name;
  result.value = m_value.getValue();

  return result;
View Full Code Here


  }


  public Policy describe()
  {
    Policy result = new Policy();

    result.name = m_name;
    result.value = m_value.getValue();

    return result;
View Full Code Here

TOP

Related Classes of org.omg.CosTrading.Policy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.