X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=apidoc%2Forg%2Fmarc4j%2Fmarc%2Fclass-use%2FVariableField.html;fp=apidoc%2Forg%2Fmarc4j%2Fmarc%2Fclass-use%2FVariableField.html;h=971a6e5e3395e255bfcf8d8d0df3b741ae7536fc;hb=fa7e8c01ac0a2009caeca46135a0df80da2c2d52;hp=0000000000000000000000000000000000000000;hpb=0c435d66d7ffac54d3abbf9d949c5cb6f3f9baa4;p=marc4j.git diff --git a/apidoc/org/marc4j/marc/class-use/VariableField.html b/apidoc/org/marc4j/marc/class-use/VariableField.html new file mode 100644 index 0000000..971a6e5 --- /dev/null +++ b/apidoc/org/marc4j/marc/class-use/VariableField.html @@ -0,0 +1,310 @@ + + + + + + +Uses of Interface org.marc4j.marc.VariableField (MARC4J API) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Interface
org.marc4j.marc.VariableField

+
+ + + + + + + + + + + + + +
+Packages that use VariableField
org.marc4j.marcInterfaces for the record object model. 
org.marc4j.marc.implDefault implementation of the MARC record object model. 
+  +

+ + + + + +
+Uses of VariableField in org.marc4j.marc
+  +

+ + + + + + + + + + + + + +
Subinterfaces of VariableField in org.marc4j.marc
+ interfaceControlField + +
+          Represents a control field in a MARC record.
+ interfaceDataField + +
+          Represents a data field in a MARC record.
+  +

+ + + + + + + + + +
Methods in org.marc4j.marc that return VariableField
+ VariableFieldRecord.getVariableField(String tag) + +
+          Returns the first instance of the variable field with the given tag.
+  +

+ + + + + + + + + + + + + +
Methods in org.marc4j.marc with parameters of type VariableField
+ voidRecord.addVariableField(VariableField field) + +
+          Adds a VariableField.
+ voidRecord.removeVariableField(VariableField field) + +
+          Removes a variable field from the collection.
+  +

+ + + + + +
+Uses of VariableField in org.marc4j.marc.impl
+  +

+ + + + + + + + + + + + + + + + + +
Classes in org.marc4j.marc.impl that implement VariableField
+ classControlFieldImpl + +
+          Represents a control field in a MARC record.
+ classDataFieldImpl + +
+          Represents a data field in a MARC record.
+ classVariableFieldImpl + +
+          Represents a variable field in a MARC record.
+  +

+ + + + + + + + + +
Methods in org.marc4j.marc.impl that return VariableField
+ VariableFieldRecordImpl.getVariableField(String tag) + +
+           
+  +

+ + + + + + + + + + + + + +
Methods in org.marc4j.marc.impl with parameters of type VariableField
+ voidRecordImpl.addVariableField(VariableField field) + +
+          Adds a VariableField being a ControlField + or DataField.
+ voidRecordImpl.removeVariableField(VariableField field) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2002-2006 Bas Peters. All Rights Reserved. + +