public enum AFRelationship extends Enum<AFRelationship>
Enumeration describes associated files relationship.
Enum Constant and Description |
---|
Alternative
Alternative
|
Data
Data
|
EncryptedPayload
EncryptedPayload
|
None
None
|
Source
Source
|
Supplement
Supplement
|
Unspecified
Unspecified
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static AFRelationship |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AFRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFRelationship Source
Source
public static final AFRelationship Data
Data
public static final AFRelationship Alternative
Alternative
public static final AFRelationship Supplement
Supplement
public static final AFRelationship Unspecified
Unspecified
public static final AFRelationship EncryptedPayload
EncryptedPayload
public static final AFRelationship None
None
public static AFRelationship[] values()
for (AFRelationship c : AFRelationship.values()) System.out.println(c);
public static AFRelationship valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
Copyright © 2024 Aspose. All Rights Reserved.