|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FemGrant
Grant object instance interface.
Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.
Method Summary | |
---|---|
String |
getAction()
Returns the value of attribute action. |
CwmModelElement |
getElement()
Returns the value of reference Element. |
FemAuthId |
getGrantee()
Returns the value of reference Grantee. |
FemAuthId |
getGrantor()
Returns the value of reference Grantor. |
boolean |
isWithGrantOption()
Returns the value of attribute withGrantOption. |
void |
setAction(String newValue)
Sets the value of action attribute. |
void |
setElement(CwmModelElement newValue)
Sets the value of Element reference. |
void |
setGrantee(FemAuthId newValue)
Sets the value of Grantee reference. |
void |
setGrantor(FemAuthId newValue)
Sets the value of Grantor reference. |
void |
setWithGrantOption(boolean newValue)
Sets the value of withGrantOption attribute. |
Methods inherited from interface javax.jmi.reflect.RefObject |
---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
---|
String getAction()
void setAction(String newValue)
getAction()
for
description on the attribute.
newValue
- New value to be set.boolean isWithGrantOption()
void setWithGrantOption(boolean newValue)
isWithGrantOption()
for description on the attribute.
newValue
- New value to be set.CwmModelElement getElement()
void setElement(CwmModelElement newValue)
getElement()
for
description on the attribute.
newValue
- New value to be set.FemAuthId getGrantor()
void setGrantor(FemAuthId newValue)
getGrantor()
for
description on the attribute.
newValue
- New value to be set.FemAuthId getGrantee()
void setGrantee(FemAuthId newValue)
getGrantee()
for
description on the attribute.
newValue
- New value to be set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |