|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.rule.init.AttributeValues
Supported API: false
Extendable: false
Field Summary | |
private Map |
attrValues
This specification's attribute values. |
private static String |
CLASSNAME
|
private String |
objType
|
private static String |
RESOURCE
|
Constructor Summary | |
AttributeValues(String objType)
Create an attribute values specification for the specified object ype. |
Method Summary | |
(package private) void |
addAttrValue(AttrValue attrValue)
Add an attribute value to this specification. |
Object |
clone()
Creates and returns a copy of this object. |
AttributeValues |
copy()
Creates and returns a copy of this object. |
boolean |
equals(Object obj)
Supported API: false |
AttrValue |
getAttrValue(String id)
Gets the attribute value specification for the attribute with the spcified identifier. |
Collection |
getAttrValues()
Gets this specification's attribute values. |
String |
getObjType()
Gets the value of the attribute: objType; The objType of this attribute values specification. |
(package private) AttrValue |
removeAttrValue(String id)
Remove the attribute value with the specified id . |
void |
setObjType(String a_ObjType)
Sets the value of the attribute: objType; The objType of this attribute values specification. |
String |
toString()
|
void |
writeXML(Writer writer)
Write the XML for this specification to the specified Writer . |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String objType
private final Map attrValues
Constructor Detail |
public AttributeValues(String objType)
objType
- the object type of this attribute values specificationMethod Detail |
public String getObjType()
getObjType
in interface InitRuleElem
public void setObjType(String a_ObjType)
a_ObjType
- final void addAttrValue(AttrValue attrValue)
attrValue
- final AttrValue removeAttrValue(String id)
id
. Return
the AttrValue
if one existed. Otherwise, return null
.
id
-
public final AttrValue getAttrValue(String id)
id
-
public final Collection getAttrValues()
public boolean equals(Object obj)
obj
-
public void writeXML(Writer writer) throws IOException
Writer
.
writeXML
in interface InitRuleElem
writer
-
IOException
public AttributeValues copy()
public Object clone()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |