Package com.sun.xml.rpc.processor.model
Class ModelObject
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.ModelObject
-
-
Constructor Summary
Constructors Constructor Description ModelObject()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidaccept(ModelVisitor visitor)IteratorgetProperties()MapgetPropertiesMap()ObjectgetProperty(String key)voidremoveProperty(String key)voidsetPropertiesMap(Map m)voidsetProperty(String key, Object value)
-
-
-
Method Detail
-
accept
public abstract void accept(ModelVisitor visitor) throws Exception
- Throws:
Exception
-
getProperty
public Object getProperty(String key)
- Specified by:
getPropertyin interfaceModelObject
-
removeProperty
public void removeProperty(String key)
-
getProperties
public Iterator getProperties()
-
getPropertiesMap
public Map getPropertiesMap()
-
setPropertiesMap
public void setPropertiesMap(Map m)
-
-