org.hibernate.ejb.metamodel
Class MapMember

java.lang.Object
  extended by org.hibernate.ejb.metamodel.MapMember
All Implemented Interfaces:
Member

public class MapMember
extends Object
implements Member

Defines a Member implementation used to represent attibutes that aren't defined my fields or methods for non-class-based metamodels.


Field Summary
 
Fields inherited from interface java.lang.reflect.Member
DECLARED, PUBLIC
 
Constructor Summary
MapMember(String name, Class<?> type)
           
 
Method Summary
 Class<?> getDeclaringClass()
           
 int getModifiers()
           
 String getName()
           
 Class<?> getType()
           
 boolean isSynthetic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapMember

public MapMember(String name,
                 Class<?> type)
Method Detail

getType

public Class<?> getType()

getModifiers

public int getModifiers()
Specified by:
getModifiers in interface Member

isSynthetic

public boolean isSynthetic()
Specified by:
isSynthetic in interface Member

getName

public String getName()
Specified by:
getName in interface Member

getDeclaringClass

public Class<?> getDeclaringClass()
Specified by:
getDeclaringClass in interface Member


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.