com.hyper9.simdk.codegen.types
Interface PropertyMapping

All Known Implementing Classes:
PropertyMappingImpl

public interface PropertyMapping


Method Summary
 MetaProperty getLeftSide()
          Gets the left side of this mapping..
 MetaProperty getRightSide()
          Gets the right side of this mapping.
 void setLeftSide(MetaProperty toSet)
          Sets the left side of this mapping..
 void setRightSide(MetaProperty toSet)
          Sets the right side of this mapping.
 

Method Detail

getLeftSide

MetaProperty getLeftSide()
Gets the left side of this mapping..

Returns:
The left side of this mapping.

setLeftSide

void setLeftSide(MetaProperty toSet)
Sets the left side of this mapping..

Parameters:
toSet - The left side of this mapping.

getRightSide

MetaProperty getRightSide()
Gets the right side of this mapping.

Returns:
The right side of this mapping.

setRightSide

void setRightSide(MetaProperty toSet)
Sets the right side of this mapping.

Parameters:
toSet - The right side of this mapping.


Copyright © 2009-2010 Hyper9. All Rights Reserved.