393394395396397398399400401402403
if (type == null) return null; if (type instanceof FlowBeanType<?>) attr = new FlowAttribute(type); else if (type.isEnvBean()) { attr = new EnvironmentAttribute(type); } else { // attr = new XmlBeanAttribute(null, type);