|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProducerType<T>
This interface defines the contract for the producerType
xsd type
Method Summary | |
---|---|
ProducerType<T> |
clazz(String clazz)
Sets the class element |
ProducerType<T> |
connectionFactory(String connectionFactory)
Sets the connection-factory element |
String |
getClazz()
Returns the class element |
String |
getConnectionFactory()
Returns the connection-factory element |
String |
getId()
Returns the id attribute |
ProducerType<T> |
id(String id)
Sets the id attribute |
ProducerType<T> |
removeClazz()
Removes the class element |
ProducerType<T> |
removeConnectionFactory()
Removes the connection-factory element |
ProducerType<T> |
removeId()
Removes the id attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ProducerType<T> clazz(String clazz)
class
element
clazz
- the value for the element class
ProducerType
String getClazz()
class
element
class
ProducerType<T> removeClazz()
class
element
ProducerType
ProducerType<T> connectionFactory(String connectionFactory)
connection-factory
element
connectionFactory
- the value for the element connection-factory
ProducerType
String getConnectionFactory()
connection-factory
element
connection-factory
ProducerType<T> removeConnectionFactory()
connection-factory
element
ProducerType
ProducerType<T> id(String id)
id
attribute
id
- the value for the attribute id
ProducerType
String getId()
id
attribute
id
ProducerType<T> removeId()
id
attribute
ProducerType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |