|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.akuhn.fame.internal.RuntimeElement
public class RuntimeElement
Any element with any slots.
| Nested Class Summary | |
|---|---|
static class |
RuntimeElement.Slot
|
| Constructor Summary | |
|---|---|
RuntimeElement()
|
|
| Method Summary | |
|---|---|
Map<String,List> |
getSlots()
|
String |
getTypeName()
|
Object |
read(String name)
|
Collection |
readAll(String string)
|
void |
setSlots(Map<String,List> slots)
|
void |
setTypeName(String typeName)
|
List |
slotNamed(String name)
|
String |
toString()
|
void |
write(String name,
Object value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeElement()
| Method Detail |
|---|
public Map<String,List> getSlots()
public String getTypeName()
public Object read(String name)
public Collection readAll(String string)
public void setSlots(Map<String,List> slots)
public void setTypeName(String typeName)
public List slotNamed(String name)
public String toString()
toString in class Object
public void write(String name,
Object value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||