org.opencrx.kernel.base.cci2.SetOwningUserParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.base.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:35.804281594Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SetOwningUserParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code filter}.
* @return The possibly null value for structure field {@code filter}.
*/
public java.lang.String getFilter(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code mode}.
* @return The non-null value for structure field {@code mode}.
*/
public short getMode(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code user}.
* @return The non-null value for structure field {@code user}.
*/
public org.opencrx.security.realm1.cci2.User getUser(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
filter
, mode
, user
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}