|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chromattic.metamodel.mapping.PropertyMapping<P,V>
public abstract class PropertyMapping<P extends PropertyInfo<V>,V extends ValueInfo>
| Constructor Summary | |
|---|---|
PropertyMapping(P property)
|
|
| Method Summary | |
|---|---|
abstract void |
accept(MappingVisitor visitor)
|
java.lang.String |
getName()
|
BeanMapping |
getOwner()
|
PropertyMapping |
getParent()
|
P |
getProperty()
|
V |
getValue()
|
abstract boolean |
isNew()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyMapping(P property)
| Method Detail |
|---|
public PropertyMapping getParent()
public BeanMapping getOwner()
public java.lang.String getName()
public P getProperty()
public V getValue()
public abstract void accept(MappingVisitor visitor)
public abstract boolean isNew()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||