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

Class MethodNode

public class MethodNode extends Node

 
 ELEMENT METHOD (QUALIFIER*, (PARAMETER | PARAMETER.REFERENCE | PARAMETER.ARRAY | PARAMETER.REFARRAY)*)
 ATTLIST METHOD
   %CIMName;
   %CIMType;              #IMPLIED
   %ClassOrigin;
   %Propagated;>
 
Constructor Summary
MethodNode()
Ctor.
Method Summary
CIMMethod<?>getCIMMethod()
getCIMMethod

Constructor Detail

MethodNode

public MethodNode()
Ctor.

Method Detail

getCIMMethod

public CIMMethod<?> getCIMMethod()
getCIMMethod

Returns: CIMMethod

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.