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