Uses of Interface
com.hyper9.simdk.codegen.types.MetaProperty

Packages that use MetaProperty
com.hyper9.simdk.codegen.impls   
com.hyper9.simdk.codegen.types   
 

Uses of MetaProperty in com.hyper9.simdk.codegen.impls
 

Classes in com.hyper9.simdk.codegen.impls that implement MetaProperty
 class MetaPropertyImpl
           
 

Methods in com.hyper9.simdk.codegen.impls that return MetaProperty
 MetaProperty PropertyMappingImpl.getLeftSide()
           
 MetaProperty PropertyMappingImpl.getRightSide()
           
 

Methods in com.hyper9.simdk.codegen.impls that return types with arguments of type MetaProperty
 List<MetaProperty> MetaTypeImpl.getProperties()
           
 

Methods in com.hyper9.simdk.codegen.impls with parameters of type MetaProperty
 int MetaPropertyImpl.compareTo(MetaProperty toCompare)
           
 void PropertyMappingImpl.setLeftSide(MetaProperty toSet)
           
 void PropertyMappingImpl.setRightSide(MetaProperty toSet)
           
 

Uses of MetaProperty in com.hyper9.simdk.codegen.types
 

Methods in com.hyper9.simdk.codegen.types that return MetaProperty
 MetaProperty PropertyMapping.getLeftSide()
          Gets the left side of this mapping..
 MetaProperty PropertyMapping.getRightSide()
          Gets the right side of this mapping.
 

Methods in com.hyper9.simdk.codegen.types that return types with arguments of type MetaProperty
 List<MetaProperty> MetaType.getProperties()
          Get this meta type's properties.
 

Methods in com.hyper9.simdk.codegen.types with parameters of type MetaProperty
 void PropertyMapping.setLeftSide(MetaProperty toSet)
          Sets the left side of this mapping..
 void PropertyMapping.setRightSide(MetaProperty toSet)
          Sets the right side of this mapping.
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.