com.ibm.di.entry
Interface AttributeInterface


Deprecated.

@Deprecated
public interface AttributeInterface


Method Summary
 void addValue(Object p1)
          Deprecated.  
 boolean contains(Object p1)
          Deprecated.  
 String getName()
          Deprecated.  
 char getOper()
          Deprecated.  
 boolean getProtected()
          Deprecated.  
 String getValue()
          Deprecated.  
 Object getValue(int p1)
          Deprecated.  
 Object getValueAV(int index)
          Deprecated. This method returns the object at the given index.
 Object[] getValues()
          Deprecated.  
 boolean removeValue(Object p1)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setOper(char oper)
          Deprecated.  
 Attribute setProtected(boolean protect)
          Deprecated.  
 void setValue(int p1, Object p2)
          Deprecated.  
 void setValue(Object p1)
          Deprecated.  
 int size()
          Deprecated.  
 

Method Detail

setValue

void setValue(Object p1)
Deprecated. 

setValue

void setValue(int p1,
              Object p2)
Deprecated. 

addValue

void addValue(Object p1)
Deprecated. 

removeValue

boolean removeValue(Object p1)
Deprecated. 

getValue

Object getValue(int p1)
Deprecated. 

getValueAV

Object getValueAV(int index)
Deprecated. 
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()
Deprecated. 

getValue

String getValue()
Deprecated. 

size

int size()
Deprecated. 

contains

boolean contains(Object p1)
Deprecated. 

getName

String getName()
Deprecated. 

setName

void setName(String name)
Deprecated. 

setOper

void setOper(char oper)
Deprecated. 

getOper

char getOper()
Deprecated. 

setProtected

Attribute setProtected(boolean protect)
Deprecated. 

getProtected

boolean getProtected()
Deprecated.