| Package | org.as3commons.reflect |
| Class | public class MetadataArgument |
| Inheritance | MetadataArgument Object |
| Implements | org.as3commons.lang.IEquals |
| Property | Defined By | ||
|---|---|---|---|
| key : String [read-only] | MetadataArgument | ||
| value : String [read-only] | MetadataArgument | ||
| Method | Defined By | ||
|---|---|---|---|
MetadataArgument(key:String, value:String)
Creates a new MetadataArgument
| MetadataArgument | ||
equals(other:Object):Boolean | MetadataArgument | ||
getCacheKey(arg:MetadataArgument):String [static] | MetadataArgument | ||
getCacheKeyByNameAndValue(key:String, value:String):String [static] | MetadataArgument | ||
newInstance(name:String, value:String):MetadataArgument [static] | MetadataArgument | ||
| key | property |
key:String [read-only] public function get key():String| value | property |
value:String [read-only] public function get value():String| MetadataArgument | () | Constructor |
public function MetadataArgument(key:String, value:String)Creates a new MetadataArgument
Parameterskey:String — the metadata key
| |
value:String — the metadata value
|
| equals | () | method |
public function equals(other:Object):BooleanParameters
other:Object |
Boolean |
| getCacheKey | () | method |
public static function getCacheKey(arg:MetadataArgument):StringParameters
arg:MetadataArgument |
String |
| getCacheKeyByNameAndValue | () | method |
public static function getCacheKeyByNameAndValue(key:String, value:String):StringParameters
key:String | |
value:String |
String |
| newInstance | () | method |
public static function newInstance(name:String, value:String):MetadataArgumentParameters
name:String | |
value:String |
MetadataArgument |