public class AttributeHeader extends Object implements Header, LocallyIdentifiable
| Constructor and Description |
|---|
AttributeHeader(String name,
String localIdentifier,
String uri,
String identifier)
Deprecated.
use the constructor with
AttributeInHeader |
AttributeHeader(String name,
String localIdentifier,
String uri,
String identifier,
AttributeInHeader formOf)
Creates new header
|
AttributeHeader(String name,
String localIdentifier,
String uri,
String identifier,
AttributeInHeader formOf,
List<TotalHeaderItem> totalHeaderItems)
Creates new header
|
AttributeHeader(String name,
String localIdentifier,
String uri,
String identifier,
List<TotalHeaderItem> totalHeaderItems)
Deprecated.
use the constructor with
AttributeInHeader |
| Modifier and Type | Method and Description |
|---|---|
AttributeInHeader |
getFormOf() |
String |
getIdentifier()
Metadata identifier of attribute's display form
|
String |
getLocalIdentifier()
Local identifier referencing header's
AttributeItem
within Afm |
String |
getName()
Header name, an attribute's display form title, or specified alias.
|
List<TotalHeaderItem> |
getTotalItems()
Totals' headers belonging to the same level as this header.
|
String |
getUri()
Uri of attribute's display form
|
String |
toString() |
@Deprecated public AttributeHeader(String name, String localIdentifier, String uri, String identifier)
AttributeInHeadername - namelocalIdentifier - local identifieruri - uriidentifier - identifier@Deprecated public AttributeHeader(String name, String localIdentifier, String uri, String identifier, List<TotalHeaderItem> totalHeaderItems)
AttributeInHeadername - namelocalIdentifier - local identifieruri - uriidentifier - identifiertotalHeaderItems - total header itemspublic AttributeHeader(String name, String localIdentifier, String uri, String identifier, AttributeInHeader formOf)
name - namelocalIdentifier - local identifieruri - uriidentifier - identifierformOf - info about attribute which this header's display form is form ofpublic AttributeHeader(String name, String localIdentifier, String uri, String identifier, AttributeInHeader formOf, List<TotalHeaderItem> totalHeaderItems)
name - namelocalIdentifier - local identifieruri - uriidentifier - identifierformOf - info about attribute which this header's display form is form oftotalHeaderItems - total header itemspublic String getName()
public String getLocalIdentifier()
AttributeItem
within AfmgetLocalIdentifier in interface LocallyIdentifiablepublic String getUri()
public String getIdentifier()
public AttributeInHeader getFormOf()
public List<TotalHeaderItem> getTotalItems()
Copyright © 2019. All rights reserved.