org.chromattic.metamodel.mapping
Class ValueMapping.Multi

java.lang.Object
  extended by org.chromattic.metamodel.mapping.PropertyMapping<P,SimpleValueInfo>
      extended by org.chromattic.metamodel.mapping.ValueMapping<MultiValuedPropertyInfo<SimpleValueInfo>>
          extended by org.chromattic.metamodel.mapping.ValueMapping.Multi
Enclosing class:
ValueMapping<P extends PropertyInfo<SimpleValueInfo>>

public static class ValueMapping.Multi
extends ValueMapping<MultiValuedPropertyInfo<SimpleValueInfo>>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.chromattic.metamodel.mapping.ValueMapping
ValueMapping.Multi, ValueMapping.Single
 
Constructor Summary
ValueMapping.Multi(MultiValuedPropertyInfo<SimpleValueInfo> property, PropertyDefinitionMapping propertyDefinition)
           
 
Method Summary
 void accept(MappingVisitor visitor)
           
 
Methods inherited from class org.chromattic.metamodel.mapping.ValueMapping
getPropertyDefinition, isTypeCovariant
 
Methods inherited from class org.chromattic.metamodel.mapping.PropertyMapping
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.Multi

public ValueMapping.Multi(MultiValuedPropertyInfo<SimpleValueInfo> property,
                          PropertyDefinitionMapping propertyDefinition)
Method Detail

accept

public void accept(MappingVisitor visitor)
Specified by:
accept in class PropertyMapping<MultiValuedPropertyInfo<SimpleValueInfo>,SimpleValueInfo>


Copyright © 2011 eXo Platform SAS. All Rights Reserved.