ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.orm10
Interface QueryHint<T>

All Superinterfaces:
Child<T>

public interface QueryHint<T>
extends Child<T>

This interface defines the contract for the query-hint xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getName()
          Returns the name attribute
 String getValue()
          Returns the value attribute
 QueryHint<T> name(String name)
          Sets the name attribute
 QueryHint<T> removeName()
          Removes the name attribute
 QueryHint<T> removeValue()
          Removes the value attribute
 QueryHint<T> value(String value)
          Sets the value attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

QueryHint<T> name(String name)
Sets the name attribute

Parameters:
name - the value for the attribute name
Returns:
the current instance of QueryHint

getName

String getName()
Returns the name attribute

Returns:
the value defined for the attribute name

removeName

QueryHint<T> removeName()
Removes the name attribute

Returns:
the current instance of QueryHint

value

QueryHint<T> value(String value)
Sets the value attribute

Parameters:
value - the value for the attribute value
Returns:
the current instance of QueryHint

getValue

String getValue()
Returns the value attribute

Returns:
the value defined for the attribute value

removeValue

QueryHint<T> removeValue()
Removes the value attribute

Returns:
the current instance of QueryHint

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.