|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.xl.impl.property.RuntimeModel de.grogra.rgg.model.PropertyRuntime
public class PropertyRuntime
Nested Class Summary | |
---|---|
static class |
PropertyRuntime.GraphProperty<T>
|
Nested classes/interfaces inherited from class de.grogra.xl.impl.property.RuntimeModel |
---|
RuntimeModel.BooleanProperty, RuntimeModel.ByteProperty, RuntimeModel.CharProperty, RuntimeModel.DoubleProperty, RuntimeModel.FloatProperty, RuntimeModel.IntProperty, RuntimeModel.LongProperty, RuntimeModel.ObjectProperty<T>, RuntimeModel.ShortProperty |
Nested classes/interfaces inherited from interface de.grogra.xl.property.RuntimeModel |
---|
RuntimeModel.Property |
Field Summary | |
---|---|
static PropertyRuntime |
INSTANCE
|
Constructor Summary | |
---|---|
PropertyRuntime()
|
Method Summary | |
---|---|
RuntimeModel.Property |
propertyForName(java.lang.String cfc,
TypeLoader loader)
Returns the run-time Property for a given
name . |
Methods inherited from class de.grogra.xl.impl.property.RuntimeModel |
---|
getInterface, initialize, propertyForName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final PropertyRuntime INSTANCE
Constructor Detail |
---|
public PropertyRuntime()
Method Detail |
---|
public RuntimeModel.Property propertyForName(java.lang.String cfc, TypeLoader loader)
RuntimeModel
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.
cfc
- the name of the property, as returned by the compile-time propertyloader
- a loader for loading of classes
name
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |