Uses of Class
de.xima.fc.mdl.enums.EPostfachColumnIdentifier
- 
Packages that use EPostfachColumnIdentifier Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
Uses of EPostfachColumnIdentifier in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EPostfachColumnIdentifier Modifier and Type Method Description static EPostfachColumnIdentifierEPostfachColumnIdentifier. getByInternalIdentifier(String internalIdentifier)static EPostfachColumnIdentifierEPostfachColumnIdentifier. valueOf(String name)Returns the enum constant of this type with the specified name.static EPostfachColumnIdentifier[]EPostfachColumnIdentifier. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -