| Package | Description |
|---|---|
| org.apache.royale.swf.tags |
| Modifier and Type | Method and Description |
|---|---|
static ProductInfoTag.Edition |
ProductInfoTag.Edition.fromCode(int code) |
ProductInfoTag.Edition |
ProductInfoTag.getEdition() |
static ProductInfoTag.Edition |
ProductInfoTag.Edition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductInfoTag.Edition[] |
ProductInfoTag.Edition.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.setEdition(ProductInfoTag.Edition edition) |
| 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.