| Package | Description |
|---|---|
| org.apache.royale.swf.tags |
| Modifier and Type | Method and Description |
|---|---|
static ProductInfoTag.Product |
ProductInfoTag.Product.fromCode(int code) |
ProductInfoTag.Product |
ProductInfoTag.getProduct() |
static ProductInfoTag.Product |
ProductInfoTag.Product.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductInfoTag.Product[] |
ProductInfoTag.Product.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInfoTag.setProduct(ProductInfoTag.Product product) |
| Constructor and Description |
|---|
ProductInfoTag(ProductInfoTag.Product product,
ProductInfoTag.Edition edition,
byte majorVersion,
byte minorVersion,
long build,
long compileDate)
Constructor.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.