Tabnine Logo
ClassDefinition.getInterfaces
Code IndexAdd Tabnine to your IDE (free)

How to use
getInterfaces
method
in
org.eclipse.persistence.internal.codegen.ClassDefinition

Best Java code snippets using org.eclipse.persistence.internal.codegen.ClassDefinition.getInterfaces (Showing top 12 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

public void addInterface(String interfaceClassName) {
  getInterfaces().addElement(interfaceClassName);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

public void addInterface(String interfaceClassName) {
  getInterfaces().addElement(interfaceClassName);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

public void addInterface(String interfaceClassName) {
  getInterfaces().addElement(interfaceClassName);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

private void addTypeNamesToMap(HashMap typeNameMap) {
  putTypeNameInMap(getSuperClass(), typeNameMap);
  for (Iterator i = getInterfaces().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
  for (Iterator i = getAttributes().iterator(); i.hasNext();) {
    ((AttributeDefinition)i.next()).putTypeNamesInMap(typeNameMap);
  }
  for (Iterator i = getMethods().iterator(); i.hasNext();) {
    ((MethodDefinition)i.next()).putTypeNamesInMap(typeNameMap);
  }
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

private void addTypeNamesToMap(HashMap typeNameMap) {
  putTypeNameInMap(getSuperClass(), typeNameMap);
  for (Iterator i = getInterfaces().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
  for (Iterator i = getAttributes().iterator(); i.hasNext();) {
    ((AttributeDefinition)i.next()).putTypeNamesInMap(typeNameMap);
  }
  for (Iterator i = getMethods().iterator(); i.hasNext();) {
    ((MethodDefinition)i.next()).putTypeNamesInMap(typeNameMap);
  }
}
origin: com.haulmont.thirdparty/eclipselink

private void addTypeNamesToMap(HashMap typeNameMap) {
  putTypeNameInMap(getSuperClass(), typeNameMap);
  for (Iterator i = getInterfaces().iterator(); i.hasNext();) {
    putTypeNameInMap((String)i.next(), typeNameMap);
  }
  for (Iterator i = getAttributes().iterator(); i.hasNext();) {
    ((AttributeDefinition)i.next()).putTypeNamesInMap(typeNameMap);
  }
  for (Iterator i = getMethods().iterator(); i.hasNext();) {
    ((MethodDefinition)i.next()).putTypeNamesInMap(typeNameMap);
  }
}
origin: com.haulmont.thirdparty/eclipselink

private void adjustTypeNames(HashMap typeNameMap) {
  setSuperClass(adjustTypeName(getSuperClass(), typeNameMap));
  for (Iterator i = new Vector(getInterfaces()).iterator(); i.hasNext();) {
    String interfaceName = (String)i.next();
    replaceInterface(interfaceName, adjustTypeName(interfaceName, typeNameMap));
  }
  for (Iterator i = getAttributes().iterator(); i.hasNext();) {
    ((AttributeDefinition)i.next()).adjustTypeNames(typeNameMap);
  }
  for (Iterator i = getMethods().iterator(); i.hasNext();) {
    ((MethodDefinition)i.next()).adjustTypeNames(typeNameMap);
  }
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

private void adjustTypeNames(HashMap typeNameMap) {
  setSuperClass(adjustTypeName(getSuperClass(), typeNameMap));
  for (Iterator i = new Vector(getInterfaces()).iterator(); i.hasNext();) {
    String interfaceName = (String)i.next();
    replaceInterface(interfaceName, adjustTypeName(interfaceName, typeNameMap));
  }
  for (Iterator i = getAttributes().iterator(); i.hasNext();) {
    ((AttributeDefinition)i.next()).adjustTypeNames(typeNameMap);
  }
  for (Iterator i = getMethods().iterator(); i.hasNext();) {
    ((MethodDefinition)i.next()).adjustTypeNames(typeNameMap);
  }
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

private void adjustTypeNames(HashMap typeNameMap) {
  setSuperClass(adjustTypeName(getSuperClass(), typeNameMap));
  for (Iterator i = new Vector(getInterfaces()).iterator(); i.hasNext();) {
    String interfaceName = (String)i.next();
    replaceInterface(interfaceName, adjustTypeName(interfaceName, typeNameMap));
  }
  for (Iterator i = getAttributes().iterator(); i.hasNext();) {
    ((AttributeDefinition)i.next()).adjustTypeNames(typeNameMap);
  }
  for (Iterator i = getMethods().iterator(); i.hasNext();) {
    ((MethodDefinition)i.next()).adjustTypeNames(typeNameMap);
  }
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

for (Enumeration interfacesEnum = getInterfaces().elements();
     interfacesEnum.hasMoreElements();) {
  String interfaceName = (String)interfacesEnum.nextElement();
origin: com.haulmont.thirdparty/eclipselink

for (Enumeration interfacesEnum = getInterfaces().elements();
     interfacesEnum.hasMoreElements();) {
  String interfaceName = (String)interfacesEnum.nextElement();
origin: org.eclipse.persistence/org.eclipse.persistence.core

for (Enumeration interfacesEnum = getInterfaces().elements();
     interfacesEnum.hasMoreElements();) {
  String interfaceName = (String)interfacesEnum.nextElement();
org.eclipse.persistence.internal.codegenClassDefinitiongetInterfaces

Popular methods of ClassDefinition

  • <init>
  • addImport
    The importStatement should be of the form "{packageName}.{shortName or '*'}"
  • addImports
  • addMethod
  • addTypeNamesToMap
  • adjustTypeName
  • adjustTypeNames
  • getAttributes
  • getImports
  • getInnerClasses
  • getMethods
  • getName
  • getMethods,
  • getName,
  • getPackageName,
  • getSuperClass,
  • getType,
  • isInterface,
  • putTypeNameInMap,
  • replaceInterface,
  • setComment

Popular in Java

  • Making http post requests using okhttp
  • getExternalFilesDir (Context)
  • onRequestPermissionsResult (Fragment)
  • scheduleAtFixedRate (Timer)
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JTable (javax.swing)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now