| Package | Description |
|---|---|
| org.gcube.common.storagehubwrapper.shared |
| Modifier and Type | Method and Description |
|---|---|
Member.TYPE |
Member.getMemberType()
Gets the member type.
|
static Member.TYPE |
Member.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Member.TYPE[] |
Member.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Member.setMemberType(Member.TYPE memberType)
Sets the member type.
|
| Constructor and Description |
|---|
Member(String identity,
String name,
Member.TYPE memberType)
Instantiates a new member.
|
Copyright © 2022. All rights reserved.