|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceid.saml20.adapter.conf.FieldList
public abstract class FieldList
A base class that represents a list of Fields.
Constructor Summary | |
---|---|
protected |
FieldList()
|
protected |
FieldList(java.util.List<Field> fields)
|
Method Summary | |
---|---|
boolean |
getBooleanFieldValue(java.lang.String name)
Gets the value of the Field with the specified name as a boolean. |
double |
getDoubleFieldValue(java.lang.String name)
Gets the value of the Field with the specified name as a double. |
Field |
getField(java.lang.String name)
Gets the Field by name |
java.util.List<Field> |
getFields()
Gets the list of Fields |
java.lang.String |
getFieldValue(java.lang.String name)
Gets the value of the Field with the specified name. |
byte[] |
getFileFieldValueAsByteArray(java.lang.String name)
This method just calls Field.getFileValueAsByteArray() . |
java.lang.String |
getFileFiledValueAsString(java.lang.String name)
This method just calls Field.getFileValueAsString() . |
float |
getFloatFieldValue(java.lang.String name)
Gets the value of the Field with the specified name as a float. |
int |
getIntFieldValue(java.lang.String name)
Gets the value of the Field with the specified name as an int. |
long |
getLongFieldValue(java.lang.String name)
Gets the value of the Field with the specified name as a long. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected FieldList()
protected FieldList(java.util.List<Field> fields)
Method Detail |
---|
public java.util.List<Field> getFields()
public java.lang.String getFieldValue(java.lang.String name)
name
- the name of the Field that you want the value of.
public int getIntFieldValue(java.lang.String name)
Field.getValueAsInt()
.
name
- the name of the Field that you want the value of.
public long getLongFieldValue(java.lang.String name)
Field.getValueAsLong()
.
name
- the name of the Field that you want the value of.
public float getFloatFieldValue(java.lang.String name)
Field.getValueAsFloat()
.
name
- the name of the Field that you want the value of.
public double getDoubleFieldValue(java.lang.String name)
Field.getValueAsDouble()
.
name
- the name of the Field that you want the value of.
public boolean getBooleanFieldValue(java.lang.String name)
Field.getValueAsBoolean()
.
name
- the name of the Field that you want the value of.
public byte[] getFileFieldValueAsByteArray(java.lang.String name)
Field.getFileValueAsByteArray()
.
name
- the name of the Field that you want the value of.
public java.lang.String getFileFiledValueAsString(java.lang.String name)
Field.getFileValueAsString()
.
name
- the name of the Field that you want the value of.
public Field getField(java.lang.String name)
name
- name the name of the Field that you want.
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |