org.openmdx.kernel.jmi1.Condition Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.StructureMapper 2.17.7
// Generated at 2020-11-27T16:04:08.640Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.kernel.jmi1;
public interface Condition
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.openmdx.kernel.cci2.Condition
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field feature
.
* @return The non-null value for structure field feature
.
*/
public java.lang.String getFeature(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field quantifier
.
* @return The non-null value for structure field quantifier
.
*/
public short getQuantifier(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field type
.
* @return The non-null value for structure field type
.
*/
public short getType(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy