|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectXGTRBAC.CredType.Attribute
public class CredType.Attribute
An inner "Attribute" class *
| Field Summary | |
|---|---|
private java.lang.String |
AttributeName
|
private java.lang.String |
AttributeValue
|
| Constructor Summary | |
|---|---|
CredType.Attribute(java.lang.String name)
Creates a new instance of Attribute |
|
| Method Summary | |
|---|---|
java.lang.String |
getAttributeName()
Returns the attribute name |
java.lang.String |
getAttributeValue()
Returns the attribute value |
void |
setAttributeValue(java.lang.String value)
Sets the attribute value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String AttributeName
private java.lang.String AttributeValue
| Constructor Detail |
|---|
public CredType.Attribute(java.lang.String name)
| Method Detail |
|---|
public java.lang.String getAttributeName()
public void setAttributeValue(java.lang.String value)
value - The value of the attribute supplied as Stringpublic java.lang.String getAttributeValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||