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

de.factoryfx.data.attribute.CopySemantic Maven / Gradle / Ivy

The newest version!
package de.factoryfx.data.attribute;

public enum CopySemantic {
    /**data copy but new id*/
    COPY,
    /**data copy but same id*/
    SELF
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy