@Portable public class FactMetaModel extends Object
Constructor and Description |
---|
FactMetaModel() |
FactMetaModel(String name) |
FactMetaModel(String name,
List<FieldMetaModel> fields) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationMetaModel> |
getAnnotations() |
List<FieldMetaModel> |
getFields() |
String |
getName() |
String |
getSuperType() |
boolean |
hasSuperType() |
void |
setAnnotations(List<AnnotationMetaModel> annotations) |
void |
setFields(List<FieldMetaModel> fields) |
void |
setName(String name) |
void |
setSuperType(String superType) |
public FactMetaModel()
public FactMetaModel(String name)
public FactMetaModel(String name, List<FieldMetaModel> fields)
public String getName()
public void setName(String name)
public List<FieldMetaModel> getFields()
public void setFields(List<FieldMetaModel> fields)
public List<AnnotationMetaModel> getAnnotations()
public void setAnnotations(List<AnnotationMetaModel> annotations)
public void setSuperType(String superType)
public String getSuperType()
public boolean hasSuperType()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.