org.omg.model1.jmi1.NamespaceLookupElementResult Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.StructureMapper 2.17.7
// Generated at 2020-11-27T16:04:08.710Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.jmi1;
public interface NamespaceLookupElementResult
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.omg.model1.cci2.NamespaceLookupElementResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field result
.
* @return The possibly null value for structure field result
.
*/
public org.omg.model1.jmi1.Element getResult(
);
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}