org.chromattic.metamodel.mapping
Class ValueMapping.Single

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

public static class ValueMapping.Single
extends ValueMapping<SingleValuedPropertyInfo<SimpleValueInfo>>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.chromattic.metamodel.mapping.ValueMapping
ValueMapping.Multi, ValueMapping.Single
 
Constructor Summary
ValueMapping.Single(SingleValuedPropertyInfo<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.Single

public ValueMapping.Single(SingleValuedPropertyInfo<SimpleValueInfo> property,
                           PropertyDefinitionMapping propertyDefinition)
Method Detail

accept

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


Copyright © 2011 eXo Platform SAS. All Rights Reserved.