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