public class StringAttributeType extends StringValueType implements Map.Entry<String,String>
Constructor and Description |
---|
StringAttributeType()
No-argument constructor.
|
StringAttributeType(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
getName() |
void |
setName(String name) |
String |
toString() |
addText, getValue, setValue
getIf, getUnless, isActive, setIf, setUnless
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, getValue, hashCode, setValue
@ConstructorProperties(value="name") public StringAttributeType(String name)
name
- The attribute name.public StringAttributeType()
Copyright © 2015–2020 Allen D. Ball. All rights reserved.