ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.orm20
Interface MapKey<T>

All Superinterfaces:
Child<T>

public interface MapKey<T>
extends Child<T>

This interface defines the contract for the map-key xsd type

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

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

Method Detail

name

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

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

getName

String getName()
Returns the name attribute

Returns:
the value defined for the attribute name

removeName

MapKey<T> removeName()
Removes the name attribute

Returns:
the current instance of MapKey

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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