org.omg.model1.mof1.NamespaceFeatures Maven / Gradle / Ivy
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.mof.InstanceFeaturesMapper 2.17.7
// Generated at 2020-11-27T16:04:08.180Z
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.omg.model1.mof1;
/**
* Features of class Namespace
*/
public interface NamespaceFeatures extends org.omg.model1.mof1.ElementFeatures {
/**
* Reference feature container
.
*/
java.lang.String CONTAINER = "container";
/**
* Reference feature segment
.
*/
java.lang.String SEGMENT = "segment";
/**
* Reference feature allNamespaceContent
.
*/
java.lang.String ALL_NAMESPACE_CONTENT = "allNamespaceContent";
/**
* Reference feature content
.
*/
java.lang.String CONTENT = "content";
/**
* Reference feature namespaceContent
.
*/
java.lang.String NAMESPACE_CONTENT = "namespaceContent";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy