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

xuml.tools.model.compiler.info.MyPrimaryIdAttributeMember Maven / Gradle / Ivy

The newest version!
package xuml.tools.model.compiler.info;

public class MyPrimaryIdAttributeMember extends MyIndependentAttribute {

    public MyPrimaryIdAttributeMember(String attributeName, String fieldName, String columnName,
            MyTypeDefinition type, boolean nullable, String description,
            MyAttributeExtensions extensions) {
        super(attributeName, fieldName, columnName, type, nullable, description, extensions);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy