public static class EntryClasses.StringProperty extends Object implements org.simpleframework.xml.util.Entry
| Modifier and Type | Class and Description |
|---|---|
static class |
EntryClasses.StringProperty.Value |
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected EntryClasses.StringProperty.Value |
value |
| Constructor and Description |
|---|
StringProperty() |
StringProperty(String key,
EntryClasses.StringProperty.Value value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getName() |
EntryClasses.StringProperty.Value |
getValue() |
protected String key
protected EntryClasses.StringProperty.Value value
public StringProperty()
public StringProperty(String key, EntryClasses.StringProperty.Value value)
public String getName()
getName in interface org.simpleframework.xml.util.Entrypublic String getKey()
public EntryClasses.StringProperty.Value getValue()
Copyright © 2016. All rights reserved.