org.omg.model1.cci2.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.529Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.cci2;
public interface 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.cci2.Element getResult(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
result
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy