|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClassAliasMapping
Provides a mapping between user-friendly alias names for class names that are used by the framework.
| Method Summary | |
|---|---|
ReadOnlyArray<String> |
getAliases()
Returns all the aliases that are mapped to a class name. |
String |
getMappedClassName(String alias)
Returns the class name for the given alias. |
| Method Detail |
|---|
String getMappedClassName(String alias)
throws NullPointerException
null if there is no class name mapping for
the given alias.
alias - The alias to obtain the class name for.
null if there is no class name mapping for
the given alias.
NullPointerException - If alias is null.ReadOnlyArray<String> getAliases()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||