C# 클래스 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.
파일 보기 프로젝트 열기: ngallagher/simplexml 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

MethodName() 공개 메소드

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 ///
리턴 System