Module rgg

Class PropertyRuntime

java.lang.Object
de.grogra.xl.impl.property.RuntimeModel
de.grogra.rgg.model.PropertyRuntime
All Implemented Interfaces:
RuntimeModel

public class PropertyRuntime extends RuntimeModel
  • Field Details

  • Constructor Details

    • PropertyRuntime

      public PropertyRuntime()
  • Method Details

    • propertyForName

      public RuntimeModel.Property propertyForName(String cfc, TypeLoader loader)
      Description copied from interface: RuntimeModel
      Returns the run-time Property for a given name. The name has to be a name which was returned by an invocation of CompiletimeModel.Property.getRuntimeName() for a compile-time property at compile-time. The implementation has to return the corresponding run-time property. If classes have to be loaded, the loader has to be used.
      Parameters:
      cfc - the name of the property, as returned by the compile-time property
      loader - a loader for loading of classes
      Returns:
      the run-time property corresponding to name