|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CodeListType | |
|---|---|
| org.gcube.contentmanagement.codelistmanager.entities | |
| org.gcube.contentmanagement.codelistmanager.managers | |
| org.gcube.contentmanagement.codelistmanager.util | |
| Uses of CodeListType in org.gcube.contentmanagement.codelistmanager.entities |
|---|
| Methods in org.gcube.contentmanagement.codelistmanager.entities that return CodeListType | |
|---|---|
CodeListType |
CodeList.getCodelistType()
|
| Methods in org.gcube.contentmanagement.codelistmanager.entities with parameters of type CodeListType | |
|---|---|
static Iterator<CodeList> |
CodeList.getByType(CodeListType type)
|
| Uses of CodeListType in org.gcube.contentmanagement.codelistmanager.managers |
|---|
| Fields in org.gcube.contentmanagement.codelistmanager.managers declared as CodeListType | |
|---|---|
protected CodeListType |
CodeListCuration.codelistType
|
| Methods in org.gcube.contentmanagement.codelistmanager.managers that return CodeListType | |
|---|---|
CodeListType |
CodeListCuration.getCodelistType()
|
CodeListType |
CodeListImport.getCodelistType()
|
| Methods in org.gcube.contentmanagement.codelistmanager.managers with parameters of type CodeListType | |
|---|---|
void |
CodeListCuration.setCodelistType(CodeListType codelistType)
|
void |
CodeListImport.setCodelistType(CodeListType codelistType)
|
| Constructors in org.gcube.contentmanagement.codelistmanager.managers with parameters of type CodeListType | |
|---|---|
CodeListCuration(String name,
String description,
String agencyId,
boolean isFinal,
float version,
CodeListType type)
|
|
| Uses of CodeListType in org.gcube.contentmanagement.codelistmanager.util |
|---|
| Methods in org.gcube.contentmanagement.codelistmanager.util that return CodeListType | |
|---|---|
static CodeListType |
CodeListType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CodeListType[] |
CodeListType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||