|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.opensmus.MUSAttribute
public class MUSAttribute
This class represents a multiuser server Attribute, consisting of a name and a value.
| Constructor Summary | |
|---|---|
MUSAttribute(LSymbol name,
LValue value)
Constructor |
|
| Method Summary | |
|---|---|
LValue |
get()
Retrieve the LValue associated with the attribute |
LSymbol |
getName()
Get the attribute name as an LSymbol |
static void |
getSetAttributeListsFromContents(LList attrlist,
LList vallist,
LValue attributes)
Static utility function. |
static void |
getSymbolListFromContents(LList attrlist,
LValue attributes)
Static utility function. |
static LValue |
getTime()
Static utility function. |
void |
set(LValue value)
Update the LValue associated with the attribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MUSAttribute(LSymbol name,
LValue value)
| Method Detail |
|---|
public void set(LValue value)
public LValue get()
public LSymbol getName()
public static LValue getTime()
public static void getSymbolListFromContents(LList attrlist,
LValue attributes)
public static void getSetAttributeListsFromContents(LList attrlist,
LList vallist,
LValue attributes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||