Tabnine Logo
ComponentReferenceProperties.getName
Code IndexAdd Tabnine to your IDE (free)

How to use
getName
method
in
org.talend.components.api.properties.ComponentReferenceProperties

Best Java code snippets using org.talend.components.api.properties.ComponentReferenceProperties.getName (Showing top 1 results out of 315)

origin: Talend/components

@Test
public void testComponentReferenceProperties() {
  // basic element
  ComponentReferenceProperties componentReferenceProperties = new ComponentReferenceProperties("testReference", "foo");
  assertEquals("testReference", componentReferenceProperties.getName());
  assertEquals(0, componentReferenceProperties.getForms().size());
  // init
  componentReferenceProperties.init();
}
org.talend.components.api.propertiesComponentReferencePropertiesgetName

Popular methods of ComponentReferenceProperties

  • getReference
  • setReference
  • <init>
  • getForms
  • init

Popular in Java

  • Updating database using SQL prepared statement
  • onCreateOptionsMenu (Activity)
  • getApplicationContext (Context)
  • getContentResolver (Context)
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Stack (java.util)
    Stack is a Last-In/First-Out(LIFO) data structure which represents a stack of objects. It enables u
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • JComboBox (javax.swing)
  • JLabel (javax.swing)
  • Top Vim 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