C# Class UniAspect.AspectElement.Intertype

インタータイプ宣言を表します インタータイプ宣言は1つの言語依存ブロックから構成されます
Inheritance: IAspectElement
Mostra file Open project: UnicoenProject/UniAspect Class Usage Examples

Public Methods

Method Description
GetContents ( ) : string
GetLanguageType ( ) : string
GetProperty ( ) : string
GetTarget ( ) : string
SetContents ( string content ) : void
SetElementType ( string elementType ) : void
SetLanguageType ( string language ) : void
SetName ( string name ) : void
SetParameter ( string param ) : void
SetParameterType ( string paramType ) : void
SetTarget ( string target ) : void
SetType ( string type ) : void

Method Details

GetContents() public method

public GetContents ( ) : string
return string

GetLanguageType() public method

public GetLanguageType ( ) : string
return string

GetProperty() public method

public GetProperty ( ) : string
return string

GetTarget() public method

public GetTarget ( ) : string
return string

SetContents() public method

public SetContents ( string content ) : void
content string
return void

SetElementType() public method

public SetElementType ( string elementType ) : void
elementType string
return void

SetLanguageType() public method

public SetLanguageType ( string language ) : void
language string
return void

SetName() public method

public SetName ( string name ) : void
name string
return void

SetParameter() public method

public SetParameter ( string param ) : void
param string
return void

SetParameterType() public method

public SetParameterType ( string paramType ) : void
paramType string
return void

SetTarget() public method

public SetTarget ( string target ) : void
target string
return void

SetType() public method

public SetType ( string type ) : void
type string
return void