Method | Description | |
---|---|---|
AddTrueForSpecified ( List |
Add true objects for the Specified fields
|
|
AddTrueForSpecified ( IList |
Add true objects for the Specified fields
|
|
CreateClassWithPackageName ( String fieldname, |
Search in the interface for the Namespace (equal to the package structure in java)
|
|
FirstLetterToUpper ( String element ) : String |
Makes the first character to a upper character
|
|
ImplementTypeDynamicly ( |
Implemnents the OpenEngSBModel type to a sepcified type
|
|
IsTypeJavaException ( |
||
ReverseURL ( String url ) : String |
Takes a Namespace as input, reverse the elements and returns the package structure from java
|
|
TypesAreEqual ( IList |
Tests if the list of type names are equal to the types of the method parameter.
|
Method | Description | |
---|---|---|
BuildProperty ( TypeBuilder typeBuilder, |
Generate the set and get
|
|
SearchInXMLType ( String fieldname, |
Searches for the packagenames in the XMLType Attribute
|
|
SearchSoapAttributes ( |
Searches for Packagenames in the SOAP attributes
|
|
TypeIsEqual ( string remoteType, |
Test if two types are equal
|
public static AddTrueForSpecified ( List |
||
parameterResult | List |
|
m | Methodinfo | |
return | int |
public static AddTrueForSpecified ( IList | ||
args | IList | List of parameters for a methodcall |
m | Methodinfo | |
return | void |
public static CreateClassWithPackageName ( String fieldname, |
||
fieldname | String | Method name or Parameter name |
type | ||
return | String |
public static FirstLetterToUpper ( String element ) : String | ||
element | String | Element to edit |
return | String |
public static ImplementTypeDynamicly ( |
||
extendType | Type to extend | |
interfaceType | ||
return |
public static IsTypeJavaException ( |
||
possibleExceptionType | ||
return | System.Boolean |
public static ReverseURL ( String url ) : String | ||
url | String | Namespace URL |
return | String |
public static TypesAreEqual ( IList |
||
typeStrings | IList |
|
parameterInfos | ||
return | bool |