|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IeAtt | |
com.infoengine.object | |
com.infoengine.object.factory | |
com.infoengine.object.util |
Uses of IeAtt in com.infoengine.object |
Methods in com.infoengine.object that return IeAtt | |
IeAtt |
IeObject.firstAtt()
Returns the first attribute associated with the object. |
IeAtt |
IeObject.getAtt(String name)
Returns an attribute specified by name. |
IeAtt |
IeObject.getAttAt(int index)
Returns the attribute located at a particular index. |
IeAtt |
IeObject.getAttByMeta(String name,
Object value)
Returns the attribute containing a specific metadata name and value. |
IeAtt |
IeObject.lastAtt()
Returns the last attribute of the object. |
IeAtt |
IeNode.getAtt(AttributeTypeIdentifier attrTypeId)
Returns an attribute by attribute type identifier. |
Methods in com.infoengine.object with parameters of type IeAtt | |
void |
IeObject.addAtt(IeAtt att)
Adds an attribute to the object. |
void |
IeObject.removeAtt(IeAtt att)
Removes a particular attribute from the object. |
void |
IeObject.setAttAt(IeAtt att,
int index)
Sets the attribute located at a particular index. |
Uses of IeAtt in com.infoengine.object.factory |
Fields in com.infoengine.object.factory declared as IeAtt | |
private IeAtt |
Param.myAtt
|
private IeAtt |
Att.myAtt
|
Methods in com.infoengine.object.factory that return IeAtt | |
protected static IeAtt |
Param.newStructure(String key,
int type,
String val)
Builds a new webject parameter for the given key and value. |
protected IeAtt |
Param.getAtt()
Returns the parameter's internal attribute structure. |
protected static IeAtt |
Att.newStructure(String name,
Object value)
Builds a new attribute structure with a specific name and generic value. |
protected static IeAtt |
Att.newStructure(String name)
Builds a new attribute structure with a specific name and no initial value. |
IeAtt |
Att.getAtt()
Returns the attribute's internal IeAtt object. |
Methods in com.infoengine.object.factory with parameters of type IeAtt | |
protected void |
Param.setAtt(IeAtt att)
Sets the parameter's internal attribute structure. |
protected void |
Att.setAtt(IeAtt att)
Sets the attribute's internal IeAtt object. |
Constructors in com.infoengine.object.factory with parameters of type IeAtt | |
Param(IeAtt att)
Constructs a parameter wrapper around an existing set of meta. |
|
Att(IeAtt att)
Constructs an attribute wrapper around an existing IeAtt object. |
Uses of IeAtt in com.infoengine.object.util |
Methods in com.infoengine.object.util that return IeAtt | |
static IeAtt |
Structure.getAttWithNameValue(IeObject o,
String name,
String value)
|
static IeAtt |
Structure.getAttWithName(IeObject o,
String name)
|
Methods in com.infoengine.object.util with parameters of type IeAtt | |
static void |
Structure.printAtt(IeAtt n)
|
private static void |
Structure.printAtt(IeAtt n,
int level)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |