public class TypedAttribute
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
type |
java.lang.String |
value |
| Constructor and Description |
|---|
TypedAttribute(java.lang.String type,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
static TypedAttribute |
getTypedAttribute(java.lang.Object value) |
public TypedAttribute(java.lang.String type,
java.lang.String value)
public static TypedAttribute getTypedAttribute(java.lang.Object value)