public class AttributeAssignValueContainer extends Object
| Constructor and Description |
|---|
AttributeAssignValueContainer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
attributeValueString(Set<AttributeAssignValueContainer> attributeAssignValueContainers,
String attributeDefNameName)
get the value of an attribute, or null if not there
|
AttributeAssignValue |
getAttributeAssignValue()
value on this attribute
|
AttributeDefName |
getAttributeDefName()
attribute def name of the attribute
|
AttributeAssign |
getAttributeTypeAssign()
attribute assign on owner of attribute
|
AttributeAssign |
getAttributeValueAssign()
attribute assign on the attributeTypeAssign, which has the value
|
void |
setAttributeAssignValue(AttributeAssignValue attributeAssignValue1)
value on this attribute
|
void |
setAttributeDefName(AttributeDefName attributeDefName1)
attribute def name of the attribute
|
void |
setAttributeTypeAssign(AttributeAssign attributeTypeAssign1)
attribute assign on owner of attribute
|
void |
setAttributeValueAssign(AttributeAssign attributeValueAssign1)
attribute assign on the attributeTypeAssign, which has the value
|
public AttributeAssign getAttributeTypeAssign()
public void setAttributeTypeAssign(AttributeAssign attributeTypeAssign1)
attributeTypeAssign1 - public AttributeAssign getAttributeValueAssign()
public void setAttributeValueAssign(AttributeAssign attributeValueAssign1)
attributeValueAssign1 - public AttributeAssignValue getAttributeAssignValue()
public void setAttributeAssignValue(AttributeAssignValue attributeAssignValue1)
attributeAssignValue1 - public AttributeDefName getAttributeDefName()
public void setAttributeDefName(AttributeDefName attributeDefName1)
attributeDefName1 - public static String attributeValueString(Set<AttributeAssignValueContainer> attributeAssignValueContainers, String attributeDefNameName)
attributeAssignValueContainers - attributeDefNameName - Copyright © 2016 Internet2. All rights reserved.