org.ofbiz.base.container
Class ContainerConfig.Container.Property

java.lang.Object
  extended by org.ofbiz.base.container.ContainerConfig.Container.Property
Enclosing class:
ContainerConfig.Container

public static class ContainerConfig.Container.Property
extends java.lang.Object


Field Summary
 java.lang.String name
           
 java.util.Map<java.lang.String,ContainerConfig.Container.Property> properties
           
 java.lang.String value
           
 
Constructor Summary
ContainerConfig.Container.Property(org.w3c.dom.Element element)
           
 
Method Summary
 java.util.List<ContainerConfig.Container.Property> getPropertiesWithValue(java.lang.String value)
           
 ContainerConfig.Container.Property getProperty(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public java.lang.String value

properties

public java.util.Map<java.lang.String,ContainerConfig.Container.Property> properties
Constructor Detail

ContainerConfig.Container.Property

public ContainerConfig.Container.Property(org.w3c.dom.Element element)
Method Detail

getProperty

public ContainerConfig.Container.Property getProperty(java.lang.String name)

getPropertiesWithValue

public java.util.List<ContainerConfig.Container.Property> getPropertiesWithValue(java.lang.String value)