public class ProviderProperty
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ProviderProperty.ProviderPropertyType
The types of property that can be stored in the service archive.
|
Constructor and Description |
---|
ProviderProperty(java.lang.String name,
ProviderProperty.ProviderPropertyType type,
java.lang.Object value)
Create a new property to be stored in the service archive
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
ProviderProperty.ProviderPropertyType |
getType() |
java.lang.Object |
getValue() |
public ProviderProperty(java.lang.String name, ProviderProperty.ProviderPropertyType type, java.lang.Object value)
name
- The name of the propertytype
- The type of the property valuevalue
- The value of the propertypublic java.lang.String getName()
public ProviderProperty.ProviderPropertyType getType()
public java.lang.Object getValue()