|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectde.grogra.xl.impl.property.CompiletimeModel
public abstract class CompiletimeModel
| Nested Class Summary | |
|---|---|
class |
CompiletimeModel.PropertyImpl
|
| Nested classes/interfaces inherited from interface de.grogra.xl.property.CompiletimeModel |
|---|
CompiletimeModel.Property |
| Constructor Summary | |
|---|---|
CompiletimeModel(java.lang.String runtimeConstant)
|
|
| Method Summary | |
|---|---|
CompiletimeModel.Property |
getDirectProperty(Type<?> type,
java.lang.String name)
Returns a direct property. |
protected CompiletimeModel.PropertyImpl |
getDirectProperty(Type<?> type,
java.lang.String name,
java.lang.String id)
|
java.lang.String |
getRuntimeName()
Defines the name of the corresponding RuntimeModel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompiletimeModel(java.lang.String runtimeConstant)
| Method Detail |
|---|
public CompiletimeModel.Property getDirectProperty(Type<?> type,
java.lang.String name)
CompiletimeModelfieldName declared in type. If no
such property exists, null is returned.
getDirectProperty in interface CompiletimeModeltype - the type in which the property is declaredname - the name of the property
protected CompiletimeModel.PropertyImpl getDirectProperty(Type<?> type,
java.lang.String name,
java.lang.String id)
public java.lang.String getRuntimeName()
CompiletimeModelRuntimeModel. This name
is used during run-time in invocations of
RuntimeModelFactory.modelForName(java.lang.String, java.lang.ClassLoader)
in order to obtain the RuntimeModel
suitable for the code that is compiled within this compile-time model.
getRuntimeName in interface CompiletimeModel
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||