protected static class FileSourceDGS1And2.AttributeFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
Name of the attribute.
|
FileSourceDGS1And2.AttributeType |
type
Type of the attribute.
|
Constructor and Description |
---|
FileSourceDGS1And2.AttributeFormat(java.lang.String name,
FileSourceDGS1And2.AttributeType type)
New format descriptor for an attribute.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Attribute name.
|
FileSourceDGS1And2.AttributeType |
getType()
Attribute format.
|
public java.lang.String name
public FileSourceDGS1And2.AttributeType type
public FileSourceDGS1And2.AttributeFormat(java.lang.String name, FileSourceDGS1And2.AttributeType type)
name
- The attribute name.type
- The attribute type.public java.lang.String getName()
public FileSourceDGS1And2.AttributeType getType()