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

typescript.enum.ts.vm Maven / Gradle / Ivy

Go to download

Provides custom API bindings generation beyond what can be accomplished with xjc and OpenAPI

There is a newer version: 10.2.2
Show newest version
/*
 * Copyright (c) ${year} VMware, Inc. All rights reserved.
 */
export enum ${class.name} {
#foreach(${field} in ${class.fields})
    ${field.name},
#end
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy