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

All Superinterfaces:
Child<T>

public interface MapKeyClass<T>
extends Child<T>

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

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 MapKeyClass<T> clazz(String clazz)
          Sets the class attribute
 String getClazz()
          Returns the class attribute
 MapKeyClass<T> removeClazz()
          Removes the class attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

clazz

MapKeyClass<T> clazz(String clazz)
Sets the class attribute

Parameters:
clazz - the value for the attribute class
Returns:
the current instance of MapKeyClass

getClazz

String getClazz()
Returns the class attribute

Returns:
the value defined for the attribute class

removeClazz

MapKeyClass<T> removeClazz()
Removes the class attribute

Returns:
the current instance of MapKeyClass


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.