org.plasma.sdo.profile.KeyStructure Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using Plasma
// provisioning tools. Do not modify.
//
//==============================================================================
package org.plasma.sdo.profile;
/**
*
* Specifies the set of arrangements or organizations for any UML Property tagged with the SDOKey stereotype.
*
* @author Plasma-Team
* @version 2.1.0
*/
public enum KeyStructure{
/**
* no specified structural organization
*/
general,
/**
* an integral identifier unique within a single column of an extent
*/
sequence,
/**
* a universally unique identifier as specified in ISO/IEC 11578
*/
uuid,
}