Package ball.util.ant.types
Class StringAttributeType
- java.lang.Object
-
- ball.util.ant.types.OptionalTextType
-
- ball.util.ant.types.StringValueType
-
- ball.util.ant.types.StringAttributeType
-
- Direct Known Subclasses:
TypedAttributeType
public class StringAttributeType extends StringValueType implements Map.Entry<String,String>
- Author:
- Allen D. Ball
-
-
Constructor Summary
Constructors Constructor Description StringAttributeType()
No-argument constructor.StringAttributeType(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getName()
void
setName(String name)
String
toString()
-
Methods inherited from class ball.util.ant.types.StringValueType
addText, getValue, setValue
-
Methods inherited from class ball.util.ant.types.OptionalTextType
getIf, getUnless, isActive, setIf, setUnless
-
-
-
-
Constructor Detail
-
StringAttributeType
@ConstructorProperties("name") public StringAttributeType(String name)
- Parameters:
name
- The attribute name.
-
StringAttributeType
public StringAttributeType()
No-argument constructor.
-
-