|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.tools.mapping.ValueSetEntry
public class ValueSetEntry
An entry in a ValueSet.
Each ValueSet entry describes a mapping between a local application value and a SIF value. Additional fields include a display title and display order for presenting ValueSet entries in a user interface.
| Field Summary | |
|---|---|
int |
displayOrder
An optional display order for arranging ValueSetEntries in a user interface |
java.lang.String |
name
The name of this entry (i.e. |
org.w3c.dom.Node |
node
The optional DOM Node that defines this ValueSetEntry in the configuration file |
java.lang.String |
title
An optional title for displaying ValueSetEntries in a user interface |
java.lang.String |
value
The value of this entry (i.e. |
| Constructor Summary | |
|---|---|
ValueSetEntry(java.lang.String name,
java.lang.String value,
java.lang.String title)
Constructor |
|
ValueSetEntry(java.lang.String name,
java.lang.String value,
java.lang.String title,
int displayOrder)
Constructor |
|
| Method Summary | |
|---|---|
void |
toXml(org.w3c.dom.Element element)
Writes this valueset entry to XML |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String value
public java.lang.String title
public int displayOrder
public transient org.w3c.dom.Node node
| Constructor Detail |
|---|
public ValueSetEntry(java.lang.String name,
java.lang.String value,
java.lang.String title)
name - The name of this entry (i.e. the application-defined value)value - The value of this entry (i.e. the corresponding SIF-defined value)title - An optional title for displaying ValueSetEntries in a user interface
public ValueSetEntry(java.lang.String name,
java.lang.String value,
java.lang.String title,
int displayOrder)
name - The name of this entry (i.e. the application-defined value)value - The value of this entry (i.e. the corresponding SIF-defined value)title - An optional title for displaying ValueSetEntries in a user interfacedisplayOrder - The order in which this item should be displayed in a list| Method Detail |
|---|
public void toXml(org.w3c.dom.Element element)
element -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||