org.sblim.cimclient.internal.cimxml.sax.node

Class PropertyArrayNode

public class PropertyArrayNode extends AbstractPropertyNode

 ELEMENT PROPERTY.ARRAY (QUALIFIER*, VALUE.ARRAY?)
 ATTLIST PROPERTY.ARRAY 
   %CIMName;
   %CIMType;              #REQUIRED
   %ArraySize;
   %ClassOrigin;
   %Propagated;
   %EmbeddedObject;    	#IMPLIED - new
   xml:lang   NMTOKEN     #IMPLIED 
 
Constructor Summary
PropertyArrayNode()
Ctor.
Method Summary
protected voidchildValueNodeParsed(Node pChild)
protected StringgetChildValueNodeNameEnum()
protected CIMQualifier[]getQualis()
CIMDataTypegetType()
ObjectgetValue()
protected booleanhasValueNode()
protected voidspecificInit(Attributes pAttribs, SAXSession pSession)
voidtestCompletness()

Constructor Detail

PropertyArrayNode

public PropertyArrayNode()
Ctor.

Method Detail

childValueNodeParsed

protected void childValueNodeParsed(Node pChild)

getChildValueNodeNameEnum

protected String getChildValueNodeNameEnum()

getQualis

protected CIMQualifier[] getQualis()

getType

public CIMDataType getType()

getValue

public Object getValue()

hasValueNode

protected boolean hasValueNode()

specificInit

protected void specificInit(Attributes pAttribs, SAXSession pSession)

testCompletness

public void testCompletness()
Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.