org.ofbiz.base.container
Class ContainerConfig.Container.Property
java.lang.Object
org.ofbiz.base.container.ContainerConfig.Container.Property
- Enclosing class:
- ContainerConfig.Container
public static class ContainerConfig.Container.Property
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
value
public java.lang.String value
properties
public java.util.Map<java.lang.String,ContainerConfig.Container.Property> properties
ContainerConfig.Container.Property
public ContainerConfig.Container.Property(org.w3c.dom.Element element)
getProperty
public ContainerConfig.Container.Property getProperty(java.lang.String name)
getPropertiesWithValue
public java.util.List<ContainerConfig.Container.Property> getPropertiesWithValue(java.lang.String value)