org.omg.model1.jmi1.Classifier Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:08.679Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.jmi1;
/**
* Abstract class Classifier
*
* A classifier provides a classification of instances through a set of Features it contains.A classifier provides a classification of instances through a set of Features it contains.isFrozen
*/
public interface Classifier
extends org.omg.model1.cci2.Classifier,
org.omg.model1.jmi1.GeneralizableElement{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference attribute
for the specified query.
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with javax.jdo.Query
* @param query predicate which is applied to the set of referenced objects.
* @return The objects for which the predicate evaluates to true
.
*/
public java.util.List getAttribute(
org.omg.model1.cci2.AttributeQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference attribute
for the specified qualifier attribute value.
*
* @param simpleNameIsPersistent Defines whether value for the qualifier is persistent or not
* @param simpleName The value for the qualifier attribute that qualifies this reference.
* @return The possibly null value for this qualifier
*/
public org.omg.model1.jmi1.Attribute getAttribute(
boolean simpleNameIsPersistent,
java.lang.String simpleName
);
/**
* Retrieves the value for the reference attribute
for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation getAttribute(false,simpleName)
.
*
* @param simpleName The value for the qualifier attribute that qualifies this reference.
* @return The possibly null value for this qualifier
*/
public org.omg.model1.jmi1.Attribute getAttribute(
java.lang.String simpleName
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference compositeReference
.
* @return The – possibly null
– value for this reference.
*/
public org.omg.model1.jmi1.Reference getCompositeReference(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference field
for the specified query.
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with javax.jdo.Query
* @param query predicate which is applied to the set of referenced objects.
* @return The objects for which the predicate evaluates to true
.
*/
public java.util.List getField(
org.omg.model1.cci2.StructureFieldQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference field
for the specified qualifier attribute value.
*
* @param simpleNameIsPersistent Defines whether value for the qualifier is persistent or not
* @param simpleName The value for the qualifier attribute that qualifies this reference.
* @return The possibly null value for this qualifier
*/
public org.omg.model1.jmi1.StructureField getField(
boolean simpleNameIsPersistent,
java.lang.String simpleName
);
/**
* Retrieves the value for the reference field
for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation getField(false,simpleName)
.
*
* @param simpleName The value for the qualifier attribute that qualifies this reference.
* @return The possibly null value for this qualifier
*/
public org.omg.model1.jmi1.StructureField getField(
java.lang.String simpleName
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference operation
for the specified query.
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with javax.jdo.Query
* @param query predicate which is applied to the set of referenced objects.
* @return The objects for which the predicate evaluates to true
.
*/
public java.util.List getOperation(
org.omg.model1.cci2.OperationQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference operation
for the specified qualifier attribute value.
*
* @param simpleNameIsPersistent Defines whether value for the qualifier is persistent or not
* @param simpleName The value for the qualifier attribute that qualifies this reference.
* @return The possibly null value for this qualifier
*/
public org.omg.model1.jmi1.Operation getOperation(
boolean simpleNameIsPersistent,
java.lang.String simpleName
);
/**
* Retrieves the value for the reference operation
for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation getOperation(false,simpleName)
.
*
* @param simpleName The value for the qualifier attribute that qualifies this reference.
* @return The possibly null value for this qualifier
*/
public org.omg.model1.jmi1.Operation getOperation(
java.lang.String simpleName
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference reference
for the specified query.
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with javax.jdo.Query
* @param query predicate which is applied to the set of referenced objects.
* @return The objects for which the predicate evaluates to true
.
*/
public java.util.List getReference(
org.omg.model1.cci2.ReferenceQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference reference
for the specified qualifier attribute value.
*
* @param simpleNameIsPersistent Defines whether value for the qualifier is persistent or not
* @param simpleName The value for the qualifier attribute that qualifies this reference.
* @return The possibly null value for this qualifier
*/
public org.omg.model1.jmi1.Reference getReference(
boolean simpleNameIsPersistent,
java.lang.String simpleName
);
/**
* Retrieves the value for the reference reference
for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation getReference(false,simpleName)
.
*
* @param simpleName The value for the qualifier attribute that qualifies this reference.
* @return The possibly null value for this qualifier
*/
public org.omg.model1.jmi1.Reference getReference(
java.lang.String simpleName
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}