|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.geant.edugain.meta.metadata.EGAttribute
public class EGAttribute
This class contains a representation of an eduGAIN Attribute object
| Field Summary | |
|---|---|
protected java.util.ArrayList<java.lang.String> |
attrValues
The list of possible values for this attribute |
protected java.lang.String |
name
The attribute name |
| Constructor Summary | |
|---|---|
EGAttribute()
Constructor |
|
EGAttribute(java.lang.String name)
Constructor, takes as parameter the attribute name |
|
EGAttribute(java.lang.String name,
java.util.ArrayList<java.lang.String> values)
Constructor |
|
| Method Summary | |
|---|---|
java.util.ArrayList<java.lang.String> |
getAttrValues()
Gets the attribute values |
java.lang.String |
getName()
Gets the attribute name |
void |
setName(java.lang.String name)
the attribute name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.util.ArrayList<java.lang.String> attrValues
| Constructor Detail |
|---|
public EGAttribute()
public EGAttribute(java.lang.String name)
public EGAttribute(java.lang.String name,
java.util.ArrayList<java.lang.String> values)
name - the attribute namevalues - the attribute value list| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the attribute namepublic java.util.ArrayList<java.lang.String> getAttrValues()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||