All Packages Class Hierarchy This Package Previous Next Index
Class DSRG.VKB.Attribute_Component
java.lang.Object
|
+----DSRG.VKB.View_Component
|
+----DSRG.VKB.Attribute_Component
- public class Attribute_Component
- extends View_Component
- implements Serializable, Cloneable
Represents the Attribute component in the View Definition. It's a part of
SELECT clause.
-
attr
- Reference of this Attribute.
-
Attribute_Component()
-
-
clone()
- Clone the Attribute_Component.
-
getAttribute()
- Get Reference of Attribute stored in MKB.
-
getName()
- get Name.
-
setAttribute(Attribute)
- Set Attribute of this component.
-
toString()
- Display this attribute component in following format:
["(" ("AD" = "TRUE" [ "AR" = "TRUE" ] | "AR" = "TRUE" ) ")"]
attr
Attribute attr
- Reference of this Attribute. It stored in MKB.
Attribute_Component
public Attribute_Component()
getName
public String getName()
- get Name.
It should return "A"
getAttribute
public Attribute getAttribute()
- Get Reference of Attribute stored in MKB.
setAttribute
public void setAttribute(Attribute ref)
- Set Attribute of this component.
toString
public String toString()
- Display this attribute component in following format:
["(" ("AD" = "TRUE" [ "AR" = "TRUE" ] | "AR" = "TRUE" ) ")"]
- Overrides:
- toString in class Object
clone
public Object clone()
- Clone the Attribute_Component.
- Overrides:
- clone in class View_Component
All Packages Class Hierarchy This Package Previous Next Index