public class CConstant extends Object implements Serializable
| Constructor and Description |
|---|
CConstant(String type,
String name,
String value,
String comment) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getName() |
String |
getType() |
String |
getValue() |
void |
setComment(String comment) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getComment()
public void setComment(String comment)
Copyright © 2018. All rights reserved.