public class TimeSettings
extends java.lang.Object
<player_settings>
element.Constructor and Description |
---|
TimeSettings(java.lang.String tm) |
TimeSettings(java.lang.String tm,
java.lang.String md)
Constructs a new avatar settings record with the given avatar
name . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBegin()
Returns the
begin -component of the avatar setting. |
java.lang.String |
getMode()
Returns the
mode -component of the avatar setting. |
java.lang.String |
toString()
Returns a textual representation of the avatar settings.
|
public TimeSettings(java.lang.String tm, java.lang.String md)
name
.public TimeSettings(java.lang.String tm)
public java.lang.String getBegin()
begin
-component of the avatar setting.public java.lang.String getMode()
mode
-component of the avatar setting.public java.lang.String toString()
toString
in class java.lang.Object