@NotThreadSafe public class PSLinkableGroup extends Object implements com.helger.commons.lang.ICloneable<PSLinkableGroup>, Serializable
Constructor and Description |
---|
PSLinkableGroup() |
Modifier and Type | Method and Description |
---|---|
void |
fillMicroElement(com.helger.commons.microdom.IMicroElement aElement) |
PSLinkableGroup |
getClone() |
String |
getRole()
A name describing the function of the assertion or context node in the
pattern.
|
String |
getSubject()
A path allowing more precise specification of nodes.
|
static boolean |
isLinkableAttribute(String sAttrName) |
void |
setRole(String sRole) |
void |
setSubject(String sSubject) |
String |
toString() |
@Nullable public String getRole()
@Nullable public String getSubject()
public void fillMicroElement(@Nonnull com.helger.commons.microdom.IMicroElement aElement)
@Nonnull public PSLinkableGroup getClone()
getClone
in interface com.helger.commons.lang.ICloneable<PSLinkableGroup>
Copyright © 2014–2015 Philip Helger. All rights reserved.