com.bonevich.erj.mof.interfaces.model
Interface Types

All Superinterfaces:
javax.jmi.reflect.RefAssociation, javax.jmi.reflect.RefBaseObject
All Known Implementing Classes:
ErjTypesImpl

public interface Types
extends javax.jmi.reflect.RefAssociation


Method Summary
 void add(AttributeType _Type, Attribute _Attributes)
           
 boolean exists(AttributeType _Type, Attribute _Attributes)
           
 AttributeType getType(Attribute _Attributes)
           
 void remove(AttributeType _Type, Attribute _Attributes)
           
 
Methods inherited from interface javax.jmi.reflect.RefAssociation
refAddLink, refAllLinks, refLinkExists, refQuery, refQuery, refRemoveLink
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerify
 

Method Detail

exists

public boolean exists(AttributeType _Type,
                      Attribute _Attributes)

getType

public AttributeType getType(Attribute _Attributes)

add

public void add(AttributeType _Type,
                Attribute _Attributes)

remove

public void remove(AttributeType _Type,
                   Attribute _Attributes)


Copyright © 2001-2003 bonevich.com. All Rights Reserved.