public class IniFileSectionEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment |
protected static FwkDescriptionInterface |
descriptor |
protected java.lang.String |
name |
protected int |
type |
protected java.lang.String |
value |
static java.lang.String |
version |
Constructor and Description |
---|
IniFileSectionEntry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Get the comment string.
|
static FwkDescriptionInterface |
getDescriptor() |
java.lang.String |
getName()
Get the name of the entry.
|
int |
getType()
Get the entry type.
|
java.lang.String |
getValue()
Get the entry value.
|
java.lang.String |
getVersion() |
void |
setComment(java.lang.String comment)
Set the comment.
|
void |
setName(java.lang.String name)
Set the entry name.
|
void |
setType(int type)
Set the type of the entry.
|
void |
setValue(java.lang.String value)
Set the entry value
|
public static final java.lang.String version
protected static final FwkDescriptionInterface descriptor
protected int type
protected java.lang.String name
protected java.lang.String value
protected java.lang.String comment
public java.lang.String getVersion()
public static FwkDescriptionInterface getDescriptor()
public java.lang.String getComment()
public java.lang.String getName()
public int getType()
public java.lang.String getValue()
public void setComment(java.lang.String comment)
comment
- The comment string.public void setName(java.lang.String name)
name
- The entry name.public void setValue(java.lang.String value)
value
- The entry value.public void setType(int type)
type
- The entry type.