C# Class SimpleFramework.Xml.Core.GetPart

The GetPart object represents the getter method for a Java Bean property. This composes the get part of the method contact for an object. The get part contains the method that is used to get the value in an object and the annotation that tells the serialization process how to serialize the value.
Inheritance: MethodPart
Afficher le fichier Open project: ngallagher/simplexml

Méthodes publiques

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

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

ToString ( ) : String

Private Methods

Méthode Description
getAnnotation ( Class type ) : T

Method Details

GetPart() public méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String