Package com.yworks.common.ant
Class AttributesSection
- java.lang.Object
-
- com.yworks.common.ant.PatternMatchedSection
-
- com.yworks.common.ant.AttributesSection
-
public class AttributesSection extends PatternMatchedSection
The type Attributes section.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.yworks.common.ant.PatternMatchedSection
PatternMatchedSection.Access
-
-
Field Summary
-
Fields inherited from class com.yworks.common.ant.PatternMatchedSection
patternSets, types
-
-
Constructor Summary
Constructors Constructor Description AttributesSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getAttributes()Gets attributes.java.lang.StringgetAttributesStr()Gets attributes str.voidsetName(java.lang.String attributeStr)Sets name.-
Methods inherited from class com.yworks.common.ant.PatternMatchedSection
accessValue, addPatternSet, createPatternSet, getAccess, getPatternSet, setAccess
-
-
-
-
Method Detail
-
getAttributes
public java.util.Set<java.lang.String> getAttributes()
Gets attributes.- Returns:
- the attributes
-
getAttributesStr
public java.lang.String getAttributesStr()
Gets attributes str.- Returns:
- the attributes str
-
setName
public void setName(java.lang.String attributeStr)
Sets name.- Parameters:
attributeStr- the attribute str
-
-