com.ibm.di.entry 
 
All Known Implementing Classes:  Attribute  
public interface AttributeInterface   
 
setValue 
void setValue (Object  p1) 
 
 
setValue 
void setValue (int p1,
              Object  p2) 
 
 
addValue 
void addValue (Object  p1) 
 
 
removeValue 
boolean removeValue (Object  p1) 
 
 
getValue 
Object  getValue (int p1) 
 
 
getValueAV 
Object  getValueAV (int index) 
This method returns the object at the given index. This method differs from getValue(int) in that it does
 not unwrap com.ibm.di.entry.AttributeValue objects.
 
  
getValues 
Object [] getValues () 
 
 
getValue 
String  getValue () 
 
 
size 
int size () 
 
 
contains 
boolean contains (Object  p1) 
 
 
getName 
String  getName () 
 
 
setName 
void setName (String  name) 
 
 
setOper 
void setOper (char oper) 
 
 
getOper 
char getOper () 
 
 
setProtected 
Attribute  setProtected (boolean protect) 
 
 
getProtected 
boolean getProtected ()