org.openmdx.database2.mof1.SequenceClass Maven / Gradle / Ivy
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.mof.ClassMapper 2.17.7
// Generated at 2020-11-27T16:04:08.139Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.database2.mof1;
/**
* Constants for class Sequence
.
*/
public interface SequenceClass {
/**
* Name of class Sequence
.
*/
java.lang.String NAME = "Sequence";
/**
* Qalified name of class Sequence
.
*/
java.lang.String QUALIFIED_NAME = "org:openmdx:database2:Sequence";
/**
* XRI of class Sequence
.
*/
java.lang.String XRI = "xri://@openmdx*org.openmdx.database2.Sequence";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy