All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.0.1
*/
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,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy