public class MenuElementTypeAndComment extends Object implements Serializable
| Constructor and Description |
|---|
MenuElementTypeAndComment()
Default constructor.
|
MenuElementTypeAndComment(MenuElementTypeAndComment original)
Copy constructor.
|
MenuElementTypeAndComment(String initialInput)
String based constructor.
|
MenuElementTypeAndComment(String type_,
String comment_)
All fields constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deserializeIt(DmcInputStreamIF dis)
Deserialization.
|
boolean |
equals(Object obj) |
String |
getComment() |
String |
getType() |
void |
serializeIt(DmcOutputStreamIF dos)
Serialization.
|
void |
toJSON(StringBuffer sb,
int padding,
String indent)
JSON form.
|
String |
toString()
String form.
|
public MenuElementTypeAndComment()
public MenuElementTypeAndComment(MenuElementTypeAndComment original)
public MenuElementTypeAndComment(String type_, String comment_) throws DmcValueException
DmcValueExceptionpublic MenuElementTypeAndComment(String initialInput) throws DmcValueException
DmcValueExceptionpublic void serializeIt(DmcOutputStreamIF dos) throws Exception
Exceptionpublic void deserializeIt(DmcInputStreamIF dis) throws Exception
Exceptionpublic String toString()
public void toJSON(StringBuffer sb, int padding, String indent)
public String getType()
public String getComment()
Copyright © 2023. All rights reserved.