C# Class Epam.JDI.Core.Attributes.AnnotaionsUtil

Mostra file Open project: epam/JDI

Public Methods

Method Description
GetElementName ( FieldInfo field ) : String
GetFunction ( FieldInfo field ) : Functions.Functions

Private Methods

Method Description
IsCapital ( char ch ) : System.Boolean
SplitCamelCase ( String camel ) : String

Method Details

GetElementName() public static method

public static GetElementName ( FieldInfo field ) : String
field System.Reflection.FieldInfo
return String

GetFunction() public static method

public static GetFunction ( FieldInfo field ) : Functions.Functions
field System.Reflection.FieldInfo
return Functions.Functions