public class TypedAttributeType extends StringAttributeType
Constructor and Description |
---|
TypedAttributeType()
No-argument constructor.
|
TypedAttributeType(String name) |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
Object |
getTypedValue() |
Object |
getTypedValue(ClassLoader loader) |
void |
setType(String type) |
getKey, getName, setName, 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 TypedAttributeType(String name)
name
- The attribute name.public TypedAttributeType()
public Object getTypedValue() throws BuildException
BuildException
public Object getTypedValue(ClassLoader loader) throws BuildException
BuildException
Copyright © 2015–2020 Allen D. Ball. All rights reserved.