CodeGenUtil.capName
Code IndexAdd Codota to your IDE (free)

Best Java code snippets using org.eclipse.emf.codegen.util.CodeGenUtil.capName (Showing top 7 results out of 315)

origin: org.eclipse/org.eclipse.emf.codegen.ecore

public String capName(String name)
{
 return CodeGenUtil.capName(name);
}
origin: org.eclipse.emf/org.eclipse.emf.codegen

public static String capName(String name)
{
 return capName(name, Locale.getDefault());
}
origin: org.eclipse.emf/org.eclipse.emf.codegen.ecore

public String capName(String name)
{
 return CodeGenUtil.capName(name, getGenModel().getLocale());
}
origin: org.eclipse.emf/org.eclipse.emf.codegen

   result.append(capName(currentWord.toString(), locale));
   currentWord = new StringBuilder();
   result.append(capName(currentWord.toString(), locale));
   currentWord = new StringBuilder();
result.append(capName(currentWord.toString(), locale));
origin: org.eclipse/org.eclipse.emf.importer

ePackageInfo.setPrefix(CodeGenUtil.capName(name));
origin: org.eclipse/org.eclipse.emf.importer

modelName = CodeGenUtil.capName(modelName); 
origin: org.eclipse.emf/org.eclipse.emf.codegen.ecore

if (name != null)
 ((GenPackage)genBase).setPrefix(CodeGenUtil.capName(name));
org.eclipse.emf.codegen.utilCodeGenUtilcapName

Popular methods of CodeGenUtil

  • format
    Formats a name by parsing it into words separated by underscores and/or mixed-casing and then recomb
  • convertFormat
  • getJavaDefaultTypes
    Returns the short names of the primitives and types in java.lang (i.e. those that don't need qualifi
  • getJavaReservedWords
    Returns the set of all Java's keywords and textual literals, as of Java 5.0.
  • instantiateFacadeHelper
  • isJavaDefaultType
    Tests whether the given string is the name of a primitive or java.lang type.
  • createMonitor
  • safeName
  • uncapName
  • uncapPrefixedName
  • addClasspathEntries
  • findOrCreateContainer
  • addClasspathEntries,
  • findOrCreateContainer,
  • getClasspathPaths,
  • getLeadingSeparators,
  • getPackageName,
  • getSimpleClassName,
  • isJavaPrimitiveType,
  • isJavaReservedWord,
  • parseChar

Popular in Java

  • Finding current android device location
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • addToBackStack (FragmentTransaction)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • ImageIO (javax.imageio)

For IntelliJ IDEA,
Android Studio or Eclipse

  • Search for JavaScript code betaCodota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutBlogContact Us
  • Plugin user guideTerms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)