public abstract class CMPropertyInfo<T,C> extends Object implements MPropertyInfo<T,C>
Constructor and Description |
---|
CMPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection) |
Modifier and Type | Method and Description |
---|---|
MClassInfo<T,C> |
getClassInfo() |
MPropertyInfoOrigin |
getOrigin() |
String |
getPrivateName() |
String |
getPublicName() |
boolean |
isCollection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptPropertyInfoVisitor
public CMPropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection)
public MPropertyInfoOrigin getOrigin()
getOrigin
in interface MOriginated<MPropertyInfoOrigin>
public MClassInfo<T,C> getClassInfo()
getClassInfo
in interface MPropertyInfo<T,C>
public String getPrivateName()
getPrivateName
in interface MPropertyInfo<T,C>
public String getPublicName()
getPublicName
in interface MPropertyInfo<T,C>
public boolean isCollection()
isCollection
in interface MPropertyInfo<T,C>
Copyright © 2005–2015. All rights reserved.