Interface INfoEnum
- All Known Implementing Classes:
NfoAdaptNumber
,NfoAudioChannels
,NfoAudioCodec
,NfoAudioLang
,NfoVideoAspect
,NfoVideoCodec
public interface INfoEnum
- Author:
- Steph GAUDRY
-
Field Summary
-
Method Summary
-
Field Details
-
P
- See Also:
- Constant Field Values
-
NO_CHANGE
- See Also:
- Constant Field Values
-
-
Method Details
-
getNfoValue
String getNfoValue()The value to store in the nfo tag- Returns:
-
getDisplay
String getDisplay()The display to show in a GUI component- Returns:
-
getInfo
The information to display about this nfo value- Parameters:
htmlWrapped
- true to wrap text by HTML tags- Returns:
-
name
String name()Returns the name of this enum constant, exactly as declared in its enum declaration. Most programmers should use thetoString()
method in preference to this one, as the toString method may return a more user-friendly name. This method is designed primarily for use in specialized situations where correctness depends on getting the exact name, which will not vary from release to release.- Returns:
- the name of this enum constant
-