org.openmdx.security.realm1.mof1.GroupClass Maven / Gradle / Ivy
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.mof.ClassMapper 2.17.7
// Generated at 2020-11-27T16:04:30.228Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.mof1;
/**
* Constants for class Group
.
*/
public interface GroupClass {
/**
* Name of class Group
.
*/
java.lang.String NAME = "Group";
/**
* Qalified name of class Group
.
*/
java.lang.String QUALIFIED_NAME = "org:openmdx:security:realm1:Group";
/**
* XRI of class Group
.
*/
java.lang.String XRI = "xri://@openmdx*org.openmdx.security.realm1.Group";
}