org.jboss.jca.common.metadata.merge
Class Merger.ConfigPropertyFactory

java.lang.Object
  extended by org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory
Enclosing class:
Merger

protected static class Merger.ConfigPropertyFactory
extends Object

A ConfigPropertyFactory.

Author:
Stefano Maestri

Constructor Summary
protected Merger.ConfigPropertyFactory()
           
 
Method Summary
static org.jboss.jca.common.api.metadata.ra.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, boolean value)
          create a config property from a prototype
static org.jboss.jca.common.api.metadata.ra.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, Number value)
          create a config property from a prototype
static org.jboss.jca.common.api.metadata.ra.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype, String value)
          create a config property from a prototype
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Merger.ConfigPropertyFactory

protected Merger.ConfigPropertyFactory()
Method Detail

createConfigProperty

public static org.jboss.jca.common.api.metadata.ra.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
                                                                                       String value)
create a config property from a prototype

Parameters:
prototype - prototype
value - value
Returns:
the property created

createConfigProperty

public static org.jboss.jca.common.api.metadata.ra.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
                                                                                       boolean value)
create a config property from a prototype

Parameters:
prototype - prototype
value - value
Returns:
the property created

createConfigProperty

public static org.jboss.jca.common.api.metadata.ra.ConfigProperty createConfigProperty(org.jboss.jca.common.metadata.merge.Merger.ConfigPropertyFactory.Prototype prototype,
                                                                                       Number value)
create a config property from a prototype

Parameters:
prototype - prototype
value - value
Returns:
the property created


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)