public class MyIndependentAttribute extends Object
Constructor and Description |
---|
MyIndependentAttribute(String attributeName,
String fieldName,
String columnName,
MyTypeDefinition type,
boolean nullable,
String description,
MyAttributeExtensions extensions) |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName() |
String |
getColumnName() |
String |
getDescription() |
MyAttributeExtensions |
getExtensions() |
String |
getFieldName() |
MyTypeDefinition |
getType() |
boolean |
isNullable() |
public MyIndependentAttribute(String attributeName, String fieldName, String columnName, MyTypeDefinition type, boolean nullable, String description, MyAttributeExtensions extensions)
public String getAttributeName()
public String getDescription()
public String getFieldName()
public String getColumnName()
public MyTypeDefinition getType()
public MyAttributeExtensions getExtensions()
public boolean isNullable()
Copyright © 2012–2022. All rights reserved.