org.jmythapi.protocol.response
Interface IFlag

All Known Implementing Classes:
IProgramAudioProperties.Flags, IProgramFlags.Flags, IProgramRecordingDupInType.Flags, IProgramRecordingDupMethodType.Flags, IProgramSubtitleType.Flags, IProgramVideoProperties.Flags, IRemoteEncoderFlags.Flags, ISleepStatus.Flags

public interface IFlag

A Flag.

This interface is used to mark an enumeration constant as a flag.
Flags can typically be accessed using a flag-group.

See Also:
Enum, IFlagGroup

Method Summary
 Long getFlagValue()
          Gets the value associated with the flag.
 String name()
          Gets the name of the flag.
 

Method Detail

name

String name()
Gets the name of the flag.

Returns:
the flag name

getFlagValue

Long getFlagValue()
Gets the value associated with the flag.

Returns:
the flag value


Copyright © 2008-2013. All Rights Reserved.