Tabnine Logo
ComponentReferenceProperties.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.talend.components.api.properties.ComponentReferenceProperties
constructor

Best Java code snippets using org.talend.components.api.properties.ComponentReferenceProperties.<init> (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.propertiesComponentReferenceProperties<init>

Popular methods of ComponentReferenceProperties

  • getReference
  • setReference
  • getForms
  • getName
  • init

Popular in Java

  • Reactive rest calls using spring rest template
  • requestLocationUpdates (LocationManager)
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Top 12 Jupyter Notebook extensions
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