FileDocCategorySizeDatePackage
DefaultDiagramTags.javaAPI DocExample823Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scripts.SQL.impl

DefaultDiagramTags.java

// Generated by Together

package oisoft.togetherx.scripts.SQL.impl;

public class DefaultDiagramTags implements SQLDiagramTags {
  public String classPersistent(){
    return "Persistent";
  }
  public String attributePersistent(){
    return "Persistent";
  }
  public String attributeSQLType(){
    return "SQLType";
  }
  public String attributeLength(){
    return "Length";
  }
  public String attributePrecision(){
    return "Precision";
  }
  public String attributePrimaryKey(){
    return "PrimaryKey";
  }
  public String attributeNotNull(){
    return "NotNull"; 
  }
  public String attributeUnique(){
    return "Unique";
  }
  public String attributeIndex(){
    return "Index";
  }
  public String linkIdentifying(){
    return "Identifying";
  } 
}