org.opencrx.kernel.forecast1.cci2.FindSalesVolumeBudgetsResult Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.forecast1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:36.777260300Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface FindSalesVolumeBudgetsResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code budget}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getBudget(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
budget
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}