Feature |
License.add(Feature feature) |
Add a feature to the license.
|
static Feature |
Feature.Create.bigDecimalFeature(String name,
BigDecimal value) |
Create a new BigDecimal feature.
|
static Feature |
Feature.Create.bigIntegerFeature(String name,
BigInteger value) |
Create a new bigInteger feature.
|
static Feature |
Feature.Create.binaryFeature(String name,
byte[] value) |
Create a new binary feature.
|
static Feature |
Feature.Create.byteFeature(String name,
Byte value) |
Create a new byte feature.
|
static Feature |
Feature.Create.dateFeature(String name,
Date value) |
Create a new date feature.
|
static Feature |
Feature.Create.doubleFeature(String name,
Double value) |
Create a new double feature.
|
static Feature |
Feature.Create.floatFeature(String name,
Float value) |
Create a new float feature.
|
static Feature |
Feature.Create.from(byte[] serialized) |
Create the feature from the binary serialized format.
|
static Feature |
Feature.Create.from(String s) |
Create a feature from a string representation of the feature.
|
Feature |
License.get(String name) |
Get a feature of a given name from the license or null if there is no feature for the name in the
license.
|
static Feature |
Feature.Create.intFeature(String name,
Integer value) |
Create a new int feature.
|
static Feature |
Feature.Create.longFeature(String name,
Long value) |
Create a new long feature.
|
static Feature |
Feature.Create.shortFeature(String name,
Short value) |
Create a new short feature.
|
static Feature |
Feature.Create.stringFeature(String name,
String value) |
Create a new string feature.
|
static Feature |
Feature.Create.uuidFeature(String name,
UUID value) |
Create a new uuid feature.
|