public interface SetAttributesContext extends CommandContext
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAttributeName()
Gets the name of the attribute whose value will
 be modified. 
 | 
AttributeValue | 
getAttributeValue()
Gets the new attribute value. 
 | 
LibraryObject[] | 
getLibraryObjects()
Gets the LibraryObjects whose attribute would be modified. 
 | 
void | 
setAttributeName(String name)
Sets the name of the attribute. 
 | 
void | 
setAttributeValue(AttributeValue value)
Sets the attirbute value. 
 | 
void | 
setLibraryObjects(LibraryObject[] objs)
Sets the LibraryObjects whose attribute would be
 modified. 
 | 
clearLibraryObject[] getLibraryObjects() throws IfsException
IfsException - if the operation failsvoid setLibraryObjects(LibraryObject[] objs) throws IfsException
objs - array of LibraryObjectsIfsException - if the operation failsString getAttributeName() throws IfsException
IfsException - if the operation failsvoid setAttributeName(String name) throws IfsException
name - attribute nameIfsException - if the operation failsAttributeValue getAttributeValue() throws IfsException
IfsException - if the operation failsvoid setAttributeValue(AttributeValue value) throws IfsException
value - AttributeValue objectIfsException - if the operation failsCopyright © 2025. All rights reserved.