Uses of Class
org.cyclonedx.model.ExternalReference.Type
-
Packages that use ExternalReference.Type Package Description org.cyclonedx.model -
-
Uses of ExternalReference.Type in org.cyclonedx.model
Fields in org.cyclonedx.model declared as ExternalReference.Type Modifier and Type Field Description private ExternalReference.TypeExternalReference. typeMethods in org.cyclonedx.model that return ExternalReference.Type Modifier and Type Method Description static ExternalReference.TypeExternalReference.Type. fromString(java.lang.String text)ExternalReference.TypeExternalReference. getType()static ExternalReference.TypeExternalReference.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExternalReference.Type[]ExternalReference.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model with parameters of type ExternalReference.Type Modifier and Type Method Description voidExternalReference. setType(ExternalReference.Type type)
-