public class Group extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Archive> |
archive |
protected List<ChangePairRef> |
changePairRef |
protected List<FileEntry> |
fileEntry |
protected String |
id |
protected ModeType |
mode |
| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
List<Archive> |
getArchive()
Gets the value of the archive property.
|
List<ChangePairRef> |
getChangePairRef()
Gets the value of the changePairRef property.
|
List<FileEntry> |
getFileEntry()
Gets the value of the fileEntry property.
|
String |
getId()
Gets the value of the id property.
|
ModeType |
getMode()
Gets the value of the mode property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMode(ModeType value)
Sets the value of the mode property.
|
protected List<ChangePairRef> changePairRef
protected String id
protected ModeType mode
public List<FileEntry> getFileEntry()
FileEntrypublic List<Archive> getArchive()
Archivepublic List<ChangePairRef> getChangePairRef()
ChangePairRefpublic void setId(String value)
value - allowed object is
Stringpublic ModeType getMode()
ModeTypeCopyright © 2017–2020 Eclipse Foundation. All rights reserved.