org.hibernate.ejb.metamodel
Class MapMember
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapMember
public MapMember(String name,
Class<?> type)
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.