public class FieldInfo extends Object
| Constructor and Description |
|---|
FieldInfo() |
FieldInfo(String fieldName) |
FieldInfo(String name,
EntityStructure struct) |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.model.URI |
getFieldType() |
String |
getName() |
Stereotype |
getStereotype() |
EntityStructure |
getStruct() |
void |
setFieldType(org.openrdf.model.URI fieldType) |
void |
setName(String fieldName) |
void |
setStereotype(Stereotype stereotype) |
void |
setStruct(EntityStructure struct) |
String |
toString() |
public FieldInfo()
public FieldInfo(String fieldName)
public FieldInfo(String name, EntityStructure struct)
public String getName()
public void setName(String fieldName)
public EntityStructure getStruct()
public void setStruct(EntityStructure struct)
public org.openrdf.model.URI getFieldType()
public void setFieldType(org.openrdf.model.URI fieldType)
public Stereotype getStereotype()
public void setStereotype(Stereotype stereotype)
Copyright © 2019. All rights reserved.