org.openmdx.generic1.mof1.PropertySetClass 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 PropertySet
.
*/
public interface PropertySetClass {
/**
* Name of class PropertySet
.
*/
java.lang.String NAME = "PropertySet";
/**
* Qalified name of class PropertySet
.
*/
java.lang.String QUALIFIED_NAME = "org:openmdx:generic1:PropertySet";
/**
* XRI of class PropertySet
.
*/
java.lang.String XRI = "xri://@openmdx*org.openmdx.generic1.PropertySet";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy