Module xl.impl

Class PropertyRuntimeModel

java.lang.Object
de.grogra.xl.impl.property.RuntimeModel
de.grogra.xl.impl.dom.PropertyRuntimeModel
All Implemented Interfaces:
RuntimeModel

public class PropertyRuntimeModel extends RuntimeModel
  • Constructor Details

    • PropertyRuntimeModel

      public PropertyRuntimeModel()
  • Method Details

    • propertyForName

      public RuntimeModel.Property propertyForName(String name, 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:
      name - 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