congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
IronjacamarDescriptorImpl.createConfigProperty
Code IndexAdd Tabnine to your IDE (free)

How to use
createConfigProperty
method
in
org.jboss.jca.embedded.dsl.ironjacamar10.impl.IronjacamarDescriptorImpl

Best Java code snippets using org.jboss.jca.embedded.dsl.ironjacamar10.impl.IronjacamarDescriptorImpl.createConfigProperty (Showing top 2 results out of 315)

origin: org.jboss.ironjacamar/ironjacamar-embedded

/**
* If not already created, a new <code>config-property</code> element will be created and returned.
* Otherwise, the first existing <code>config-property</code> element will be returned.
* @return the instance defined for the element <code>config-property</code> 
*/
public ConfigPropertyType<IronjacamarDescriptor> getOrCreateConfigProperty()
{
 List<Node> nodeList = model.get("config-property");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new ConfigPropertyTypeImpl<IronjacamarDescriptor>(this, "config-property", model, nodeList.get(0));
 }
 return createConfigProperty();
}
origin: org.jboss.ironjacamar.jdk8/ironjacamar-embedded

/**
* If not already created, a new <code>config-property</code> element will be created and returned.
* Otherwise, the first existing <code>config-property</code> element will be returned.
* @return the instance defined for the element <code>config-property</code> 
*/
public ConfigPropertyType<IronjacamarDescriptor> getOrCreateConfigProperty()
{
 List<Node> nodeList = model.get("config-property");
 if (nodeList != null &&  nodeList.size() > 0)
 {
   return new ConfigPropertyTypeImpl<IronjacamarDescriptor>(this, "config-property", model, nodeList.get(0));
 }
 return createConfigProperty();
}
org.jboss.jca.embedded.dsl.ironjacamar10.implIronjacamarDescriptorImplcreateConfigProperty

Javadoc

Creates a new config-property element

Popular methods of IronjacamarDescriptorImpl

  • addDefaultNamespaces
    Adds the default namespaces as defined in the specification

Popular in Java

  • Start an intent from android
  • getSharedPreferences (Context)
  • setContentView (Activity)
  • scheduleAtFixedRate (Timer)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • Collectors (java.util.stream)
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • 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