org.chromattic.metamodel.mapping
Class ValueMapping<P extends PropertyInfo<SimpleValueInfo>>

java.lang.Object
  extended by org.chromattic.metamodel.mapping.PropertyMapping<P,SimpleValueInfo>
      extended by org.chromattic.metamodel.mapping.ValueMapping<P>
Direct Known Subclasses:
ValueMapping.Multi, ValueMapping.Single

public abstract class ValueMapping<P extends PropertyInfo<SimpleValueInfo>>
extends PropertyMapping<P,SimpleValueInfo>

Version:
$Revision$
Author:
Julien Viet

Nested Class Summary
static class ValueMapping.Multi
           
static class ValueMapping.Single
           
 
Constructor Summary
ValueMapping(P property, PropertyDefinitionMapping propertyDefinition)
           
 
Method Summary
 PropertyDefinitionMapping<?> getPropertyDefinition()
           
 boolean isNew()
           
 
Methods inherited from class org.chromattic.metamodel.mapping.PropertyMapping
accept, getName, getOwner, getParent, getProperty, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueMapping

public ValueMapping(P property,
                    PropertyDefinitionMapping propertyDefinition)
Method Detail

isNew

public boolean isNew()
Specified by:
isNew in class PropertyMapping<P extends PropertyInfo<SimpleValueInfo>,SimpleValueInfo>

getPropertyDefinition

public PropertyDefinitionMapping<?> getPropertyDefinition()


Copyright © 2011 eXo Platform SAS. All Rights Reserved.