MemberInfo Class

MemberInfo Class

This Package | All Packages

public class MemberInfo

Topic under construction.

Fields
Name Description
attributes Topic under construction.
name Topic under construction.

Constructors
Name Description
MemberInfo(String name, MemberAttribute[] attributes) Topic under construction.

Methods
Name Description
getAttribute(Class attributeClass) Topic under construction.
getAttributes() Topic under construction.
getCategory() Topic under construction.
getDescription() Topic under construction.
getName() Topic under construction.

Fields

MemberInfo.attributes

Syntax
public MemberAttribute[] attributes;
Description
Topic under construction.

MemberInfo.name

Syntax
public String name;
Description
Topic under construction.

Constructors

MemberInfo.MemberInfo

Syntax
public MemberInfo( String name, MemberAttribute[] attributes );
Description

Topic under construction.

Methods

MemberInfo.getAttribute

Syntax
public MemberAttribute getAttribute( Class attributeClass );
Description

Topic under construction.

MemberInfo.getAttributes

Syntax
public MemberAttribute[] getAttributes();
Description

Topic under construction.

MemberInfo.getCategory

Syntax
public String getCategory();
Description

Topic under construction.

MemberInfo.getDescription

Syntax
public String getDescription();
Description

Topic under construction.

MemberInfo.getName

Syntax
public String getName();
Description

Topic under construction.