Packageorg.spicefactory.parsley.xml.tag
Classpublic class StaticPropertyRef
InheritanceStaticPropertyRef Inheritance Object

Represents the static-property-ref XML tag.



Public Properties
 PropertyDefined By
  property : String
The name of the static property.
StaticPropertyRef
  type : Class
The type to extract the value of a static property from.
StaticPropertyRef
Public Methods
 MethodDefined By
  
resolve(domain:ApplicationDomain):*
Resolves the static property, using the specified domain for reflection.
StaticPropertyRef
Property Detail
propertyproperty
public var property:String

The name of the static property.

typeproperty 
public var type:Class

The type to extract the value of a static property from.

Method Detail
resolve()method
public function resolve(domain:ApplicationDomain):*

Resolves the static property, using the specified domain for reflection.

Parameters

domain:ApplicationDomain — the ApplicationDomain to use for reflection

Returns
* — the value of the static property