|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.app.analyst.script.prop.PropertyEntry
public class PropertyEntry
A property entry for the Encog Analyst. Properties have a name and section.
| Constructor Summary | |
|---|---|
PropertyEntry(PropertyType theEntryType,
String theName,
String theSection)
Construct a property entry. |
|
| Method Summary | |
|---|---|
int |
compareTo(PropertyEntry o)
|
static String |
dotForm(String section,
String subSection,
String name)
Put a property in dot form, which is "section.subsection.name". |
PropertyType |
getEntryType()
|
String |
getKey()
|
String |
getName()
|
String |
getSection()
|
String |
toString()
|
void |
validate(String theSection,
String subSection,
String theName,
String value)
Validate the specified property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyEntry(PropertyType theEntryType,
String theName,
String theSection)
theEntryType - The entry type.theName - The name of the property.theSection - The section of the property.| Method Detail |
|---|
public static String dotForm(String section,
String subSection,
String name)
section - The section.subSection - The subsection.name - The name.
public final int compareTo(PropertyEntry o)
compareTo in interface Comparable<PropertyEntry>public final PropertyType getEntryType()
public final String getKey()
public final String getName()
public final String getSection()
public final String toString()
toString in class Object
public final void validate(String theSection,
String subSection,
String theName,
String value)
theSection - The section.subSection - The sub section.theName - The name of the property.value - The value of the property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||