1 package com.bonevich.erj.mof.interfaces.model;
2
3 public interface Types extends javax.jmi.reflect.RefAssociation
4 {
5 public boolean exists(com.bonevich.erj.mof.interfaces.model.AttributeType _Type, com.bonevich.erj.mof.interfaces.model.Attribute _Attributes);
6 public com.bonevich.erj.mof.interfaces.model.AttributeType getType(com.bonevich.erj.mof.interfaces.model.Attribute _Attributes);
7 public void add(com.bonevich.erj.mof.interfaces.model.AttributeType _Type, com.bonevich.erj.mof.interfaces.model.Attribute _Attributes);
8 public void remove(com.bonevich.erj.mof.interfaces.model.AttributeType _Type, com.bonevich.erj.mof.interfaces.model.Attribute _Attributes);
9 }
This page was automatically generated by Maven