public abstract class FieldModel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldModel.FieldModelType |
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
Modifier | Constructor and Description |
---|---|
protected |
FieldModel(Field field) |
Modifier and Type | Method and Description |
---|---|
String |
getElementId() |
abstract FieldModel.FieldModelType |
getFieldModelType() |
String |
getId() |
String |
getName() |
protected FieldModel(Field field)
public abstract FieldModel.FieldModelType getFieldModelType()
public String getId()
public String getName()
public String getElementId()
Copyright © 2002-2021 Atlassian. All Rights Reserved.