Uses of Class
org.cyclonedx.model.Attribute
-
Packages that use Attribute Package Description org.cyclonedx.model -
-
Uses of Attribute in org.cyclonedx.model
Fields in org.cyclonedx.model with type parameters of type Attribute Modifier and Type Field Description private java.util.List<Attribute>ExtensibleType. attributesMethods in org.cyclonedx.model that return types with arguments of type Attribute Modifier and Type Method Description java.util.List<Attribute>ExtensibleType. getAttributes()Constructor parameters in org.cyclonedx.model with type arguments of type Attribute Constructor Description ExtensibleType(java.lang.String namespace, java.lang.String name, java.util.List<Attribute> attributes)ExtensibleType(java.lang.String namespace, java.lang.String name, java.util.List<Attribute> attributes, java.lang.String value)
-