org.xerial.amoeba.algebra
Class AttributeLabel

java.lang.Object
  extended by org.xerial.amoeba.algebra.AttributeLabel

public class AttributeLabel
extends Object

label of the table attributes

Author:
leo

Constructor Summary
AttributeLabel(String name)
           
AttributeLabel(String relationName, String name)
           
 
Method Summary
 String getName()
           
 String getRelationName()
           
 boolean isGlobal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeLabel

public AttributeLabel(String name)

AttributeLabel

public AttributeLabel(String relationName,
                      String name)
Method Detail

getName

public String getName()

getRelationName

public String getRelationName()

isGlobal

public boolean isGlobal()


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.