Sonic Management API

com.sonicsw.mf.mgmtapi.config.gen
Interface IAbstractAuthenticationGroupBean.IAbstractGroupMemberType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAuthenticationGroupBean.IGroupMemberType
Enclosing interface:
IAbstractAuthenticationGroupBean

public static interface IAbstractAuthenticationGroupBean.IAbstractGroupMemberType
extends IMgmtSubBeanBase

Inner class representing GroupMemberType This class extends IMgmtListBase


Method Summary
 java.lang.String getMemberName()
          Get the attribute for MEMBER_NAME as a String value.
 IMgmtAttributeMetaData getMemberNameMetaData()
          Get the attribute metadata for MEMBER_NAME.
 java.lang.String getMemberType()
          Get the attribute for MEMBER_TYPE as a String value.
 IMgmtAttributeMetaData getMemberTypeMetaData()
          Get the attribute metadata for MEMBER_TYPE.
 void setMemberName(java.lang.String value)
          Set the attribute for MEMBER_NAME to the specified String value.
 void setMemberType(java.lang.String value)
          Set the attribute for MEMBER_TYPE to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 

Method Detail

getMemberName

java.lang.String getMemberName()
                               throws MgmtException
Get the attribute for MEMBER_NAME as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getMemberNameMetaData

IMgmtAttributeMetaData getMemberNameMetaData()
                                             throws MgmtException
Get the attribute metadata for MEMBER_NAME.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getMemberType

java.lang.String getMemberType()
                               throws MgmtException
Get the attribute for MEMBER_TYPE as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getMemberTypeMetaData

IMgmtAttributeMetaData getMemberTypeMetaData()
                                             throws MgmtException
Get the attribute metadata for MEMBER_TYPE.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setMemberName

void setMemberName(java.lang.String value)
                   throws MgmtException
Set the attribute for MEMBER_NAME to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setMemberType

void setMemberType(java.lang.String value)
                   throws MgmtException
Set the attribute for MEMBER_TYPE to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.