org.jboss.metadata.javaee.spec
public class PropertyMetaData extends NamedMetaData
Constructor and Description |
---|
PropertyMetaData()
Create a new PropertyMetaData.
|
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Get the value.
|
void |
setValue(String value)
Set the value.
|
String |
toString() |
equals, getKey, getName, hashCode, setName
clone, getId, setId
public String getValue()
public void setValue(String value)
value
- the value.IllegalArgumentException
- for a null valuepublic String toString()
toString
in class NamedMetaData
Copyright © 2017 JBoss by Red Hat. All rights reserved.