Package com.iizix.prop
Enum Class IPropReference.RefType
- All Implemented Interfaces:
IPropReference.IRefType
,IEnumLocaleString
,Serializable
,Comparable<IPropReference.RefType>
,Constable
- Enclosing interface:
- IPropReference
public static enum IPropReference.RefType extends Enum<IPropReference.RefType> implements IPropReference.IRefType
The reference types.
Text IDs used
propref.type.annotation = Annotation propref.type.asset_file = Asset file propref.type.assets_file = Assets file propref.type.background_image = Background Image propref.type.context_menu = Context Menu propref.type.database_transaction = Database Transaction propref.type.extends_prop = Extends property propref.type.image = Image propref.type.kstring_hyperlink = Hyperlink in KString propref.type.kstring_image = Image in KString propref.type.kstring_text_id = Text ID in KString propref.type.kstring_vs_field = VS Field in KString propref.type.kstring_panel = Panel Action in KString propref.type.kstring_resource = Asset Resource in KString propref.type.kstring_external = External Resource in KString propref.type.label_for = Label for propref.type.panel_part = Panel Part propref.type.selector = Selector propref.type.server_config_environment = Server Configuration Environment propref.type.style = Style propref.type.terminal_screen_action = Terminal Screen Action propref.type.terminal_screen_field = Terminal Screen Field propref.type.text_table = Text table propref.type.virtualspace = VirtualSpace propref.type.virtualspace_participant = VirtualSpace Participant propref.type.vs_action = VS Action propref.type.vs_action_actor_participant = VS Action for Action Actors propref.type.vs_component = VS Component propref.type.vs_focus_component = VS Focus Component propref.type.vs_field = VS Field propref.type.vs_field_or_vs_table_column_header = VS Field or VS Table Column Header propref.type.vs_group = VS Group propref.type.vs_on_ui_event = VS Action or Component to invoke or focus propref.type.vs_table = VS Table propref.type.vs_table_column = VS Table Column propref.type.webservice_transaction = Web Service Transaction
- Author:
- Christopher Mindus
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
Enum ConstantDescriptionField Summary
Method Summary
Modifier and TypeMethodDescriptionGets the fallback String.getID()
Gets the text ID.static IPropReference.RefType
Returns the enum constant of this class with the specified name.static IPropReference.RefType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface com.iizix.text.IEnumLocaleString
asString, asString, asString
Enum Constant Details
Annotation
AssetFile
AssetsFile
BackgroundImage
Badge
ContextMenu
DatabaseTransaction
ExtendsProp
Image
KString
KStringHyperlink
KStringImage
KStringTextID
KStringVSField
KStringPanel
KStringResource
KStringExternal
LabelFor
PanelPart
Selector
ServerConfigEnvironment
Style
Styles
TerminalScreenAction
TerminalScreenField
TextTable
Tooltip
Value
VirtualSpace
VirtualSpaceParticipant
VSAction
VSActionActorParticipant
VSComponent
VSFocusComponent
VSField
VSField_VSTableColumnHeader
VSGroup
VSOnUIEvent
VSTable
VSTableColumn
WebServicesTransaction
Field Details
englishText
The English text fallback String.textID
The text ID for the message, starts with "propref.type.".
Method Details
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
getID
Gets the text ID.- Specified by:
getID
in interfaceIEnumLocaleString
- Returns:
- The text ID string.
getFallback
Gets the fallback String.- Specified by:
getFallback
in interfaceIEnumLocaleString
- Returns:
- The fallback string.