Interface org.as2lib.env.reflect.PackageMemberInfo

org.as2lib.core.BasicInterface
   +--org.as2lib.env.reflect.MemberInfo
      +--org.as2lib.env.reflect.PackageMemberInfo

Description

PackageMemberInfo is the super interface for members of packages.

Members of packages are classes, interfaces and packages themselves.

Accoring to this classes and interfaces can be seen as leafs in a compositional structure and packages as composites. This design pattern is known under the name Composite.

Method Index

getFullName()

Inherited from MemberInfo

getName()

Inherited from BasicInterface

toString()

Method Detail

getFullName

public function getFullName(Void):String

Returns the fully qualified name of this package member.

A fully qualified name is a name that consists of the member's name as well as its preceding package structure.

Return

the fully qualified name of this package member

Overrides

getFullName() in org.as2lib.env.reflect.MemberInfo