C# Class SimpleFramework.Xml.Core.SetPart

The SetPart object represents the setter method for a Java Bean property. This composes the set part of the method contact for an object. The set part contains the method that is used to set the value on an object and the annotation that tells the deserialization process how to deserialize the value.
Inheritance: MethodPart
Afficher le fichier Open project: ngallagher/simplexml

Méthodes publiques

Méthode Description
SetPart ( MethodName method, Annotation label ) : System

Constructor for the SetPart object. This is used to create a method part that will provide a means for the deserialization process to set a value to a object.

ToString ( ) : String

Private Methods

Méthode Description
getAnnotation ( Class type ) : T

Method Details

SetPart() public méthode

Constructor for the SetPart object. This is used to create a method part that will provide a means for the deserialization process to set a value to a object.
public SetPart ( MethodName method, Annotation label ) : System
method MethodName /// the method that is used to set the value ///
label Annotation /// this describes how to deserialize the value ///
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String