C# Class SimpleFramework.Xml.Core.MethodName

The MethodName object is used to represent the name of a Java Bean method. This contains the Java Bean name the type and the actual method it represents. This allows the scanner to create MethodPart objects based on the method type.
Afficher le fichier Open project: ngallagher/simplexml Class Usage Examples

Méthodes publiques

Méthode Description
MethodName ( Method method, MethodType type, String name ) : System

Constructor for the MethodName objects. This is used to create a method name representation of a method based on the method type and the Java Bean name of that method.

Method Details

MethodName() public méthode

Constructor for the MethodName objects. This is used to create a method name representation of a method based on the method type and the Java Bean name of that method.
public MethodName ( Method method, MethodType type, String name ) : System
method Method /// this is the actual method this is representing ///
type MethodType /// type used to determine if it is a set or get ///
name String /// this is the Java Bean property name of the method ///
Résultat System