Uses of Interface
net.sf.ehcache.config.generator.model.NodeAttribute
-
Packages that use NodeAttribute Package Description net.sf.ehcache.config.generator.model This package contains utility classes encapsulating ideas of Elements and Attributes. -
-
Uses of NodeAttribute in net.sf.ehcache.config.generator.model
Classes in net.sf.ehcache.config.generator.model that implement NodeAttribute Modifier and Type Class Description classSimpleNodeAttributeImplementation of theNodeAttributeinterfaceFields in net.sf.ehcache.config.generator.model with type parameters of type NodeAttribute Modifier and Type Field Description protected java.util.List<NodeAttribute>AbstractNodeElement. attributesList of attributesMethods in net.sf.ehcache.config.generator.model that return NodeAttribute Modifier and Type Method Description NodeAttributeNodeAttribute. defaultValue(java.lang.String defaultValue)Builder convenience method for setting defaultValueNodeAttributeNodeAttribute. optional(boolean optional)Builder convenience method for setting optionalMethods in net.sf.ehcache.config.generator.model that return types with arguments of type NodeAttribute Modifier and Type Method Description java.util.List<NodeAttribute>AbstractNodeElement. getAttributes()List of attributes of this elementjava.util.List<NodeAttribute>NodeElement. getAttributes()List of attributes of this elementMethods in net.sf.ehcache.config.generator.model with parameters of type NodeAttribute Modifier and Type Method Description voidAbstractNodeElement. addAttribute(NodeAttribute attribute)Add an attributevoidNodeElement. addAttribute(NodeAttribute attribute)Add an attributeprotected voidXMLGeneratorVisitor. visitAttribute(NodeElement element, NodeAttribute attribute)Visits an attribute.Method parameters in net.sf.ehcache.config.generator.model with type arguments of type NodeAttribute Modifier and Type Method Description protected voidAbstractDepthFirstVisitor. visitAttributes(NodeElement element, java.util.List<NodeAttribute> attributes)Visits the attributes of the element.protected voidXMLGeneratorVisitor. visitAttributes(NodeElement element, java.util.List<NodeAttribute> attributes)Visits the attributes of the element.
-