public class Section extends Object
Constructor and Description |
---|
Section(String aType,
Map<String,String> aKeyValuePair)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCustomerProperty()
getCustomerProperty .
|
Map<String,String> |
getKeyValuePair() |
static Section |
getSectionByType(List<Section> sections,
String type) |
String |
getType() |
static String |
getValue(Section section,
String key)
Resolve a String value from a Section with the given key.
|
boolean |
hasAcls() |
boolean |
hasBlackMarkers() |
boolean |
isCustom() |
boolean |
isVisible()
isVisible in Virtual Viewer.
|
String |
renderSection()
renderSection .
|
void |
setKeyValuePair(Map<String,String> aKeyValuePair) |
void |
setType(String aType) |
int |
size() |
public int size()
public void setKeyValuePair(Map<String,String> aKeyValuePair)
aKeyValuePair
- the keyValuePair to setpublic String getType()
public void setType(String aType)
aType
- the type to setpublic static Section getSectionByType(List<Section> sections, String type)
sections
- ArrayList of Sectionstype
- typepublic String renderSection()
public String getCustomerProperty()
public boolean isVisible()
public static String getValue(Section section, String key)
section
- sectionkey
- keypublic boolean isCustom()
public boolean hasAcls()
public boolean hasBlackMarkers()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.