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

com.reprezen.genflow.rapidml.csharp.helpers.FileRole Maven / Gradle / Ivy

There is a newer version: 1.4.2
Show newest version
package com.reprezen.genflow.rapidml.csharp.helpers;

@SuppressWarnings("all")
public enum FileRole {
  ENUMS,
  
  INTERFACE,
  
  POCOS,
  
  DELEGATE_CONTROLLER,
  
  ABSTRACT_DELEGATE_HANDLER;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy