AsfFilePropertyFlags

Contents
[ ]

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.metadata.core.IEnumValue

public final class AsfFilePropertyFlags implements IEnumValue

Defines ASF file property flags.

Fields

Field Description
Undefined The undefined flag.
Broadcast Specifies, that a file is in the process of being created, and thus that various values stored in the header objects are invalid.
Seekable Specifies, that a file is seekable.

Methods

Method Description
getByRawValue(int rawValue)
getFirst()
getAllValues()
getEnumValueByRawValue(int rawValue)
getEnumValueByName(String name)
getRawValueType()
getRawValue()
name()
equals(Object o)
hashCode()

Undefined

public static final AsfFilePropertyFlags Undefined

The undefined flag.

Broadcast

public static final AsfFilePropertyFlags Broadcast

Specifies, that a file is in the process of being created, and thus that various values stored in the header objects are invalid.

Seekable

public static final AsfFilePropertyFlags Seekable

Specifies, that a file is seekable.

getByRawValue(int rawValue)

public static AsfFilePropertyFlags getByRawValue(int rawValue)

Parameters:

Parameter Type Description
rawValue int

Returns: AsfFilePropertyFlags

getFirst()

public static IEnumValue getFirst()

Returns: IEnumValue

getAllValues()

public Object[] getAllValues()

Returns the array of all values defined in the class.

Returns: java.lang.Object[]

getEnumValueByRawValue(int rawValue)

public IEnumValue getEnumValueByRawValue(int rawValue)

Returns the enumeration value by the raw value associated with it.

Parameters:

Parameter Type Description
rawValue int

Returns: IEnumValue

getEnumValueByName(String name)

public IEnumValue getEnumValueByName(String name)

Returns the enumeration value by its name.

Parameters:

Parameter Type Description
name java.lang.String

Returns: IEnumValue

getRawValueType()

public RawIntegerType getRawValueType()

Returns the underlying type of the raw value of this enumeration value.

Returns: RawIntegerType

getRawValue()

public int getRawValue()

Returns the raw value of this enumeration value.

Returns: int

name()

public String name()

Returns the name of this enumeration value.

Returns: java.lang.String

equals(Object o)

public boolean equals(Object o)

Parameters:

Parameter Type Description
o java.lang.Object

Returns: boolean

hashCode()

public int hashCode()

Returns: int