public abstract class AbstractFieldSet extends Object implements FieldSet, Iterable<FieldInfo>
Constructor and Description |
---|
AbstractFieldSet() |
Modifier and Type | Method and Description |
---|---|
void |
addField(FieldInfo field) |
void |
clear() |
String |
getComment() |
FieldInfo |
getField(Integer tag) |
FieldInfo |
getField(String name) |
Collection<FieldInfo> |
getFields() |
Mode |
getMode() |
String |
getName() |
FieldSet |
getParent() |
void |
insertNamePrefix(String prefix) |
Iterator<FieldInfo> |
iterator() |
void |
removeField(Integer tag) |
void |
removeField(String name) |
void |
setComment(String comment) |
void |
setMode(Mode mode) |
void |
setName(String name) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Mode getMode()
public void setMode(Mode mode)
public void setName(String name)
public void insertNamePrefix(String prefix)
public String getComment()
public void setComment(String comment)
public Collection<FieldInfo> getFields()
public void removeField(String name)
removeField
in interface FieldSet
public void removeField(Integer tag)
removeField
in interface FieldSet
Copyright © 2005–2024 Onix Solutions. All rights reserved.