org.openmdx.role2.mof1.RoleFeatures Maven / Gradle / Ivy
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.mof.InstanceFeaturesMapper 2.17.7
// Generated at 2020-11-27T16:04:08.160Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.role2.mof1;
/**
* Features of class Role
*/
public interface RoleFeatures extends org.openmdx.base.mof1.AspectFeatures {
/**
* Reference feature core
.
*/
java.lang.String CORE = "core";
/**
* Structural feature inRole
.
*/
java.lang.String IN_ROLE = "inRole";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy