All Packages Class Hierarchy This Package Previous Next Index
Interface DSRG.VKB.VKB_MKB_Attribute
- public interface VKB_MKB_Attribute
The interface between VKB and MKB.Attribute. The MKB.Attribute should implements
this interface no matter how it changed. The interface include:
- Get Name of this attribute in format "IS.R.A".
- Set Name of this attribute in format "A".
-
getName()
- Get Name of this attribute in format "IS.R.A".
-
getRelation()
- Get Relation of one attribute.
getName
public abstract String getName()
- Get Name of this attribute in format "IS.R.A".
getRelation
public abstract Relation getRelation()
- Get Relation of one attribute.
All Packages Class Hierarchy This Package Previous Next Index