Package | Description |
---|---|
org.tanjakostic.jcleancim.experimental.builder.rdfs |
FIXME: This is experimental and absolutely not tested - don't use!
|
Modifier and Type | Field and Description |
---|---|
private RdfsProperty.Kind |
RdfsProperty._kind
Legacy RDF does not allow us to distinguish with certainty the kind of property at
construction, except for association ends.
|
Modifier and Type | Method and Description |
---|---|
static RdfsProperty.Kind |
RdfsProperty.Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RdfsProperty.Kind[] |
RdfsProperty.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RdfsProperty(RdfsModel model,
java.lang.String about,
java.lang.String label,
java.lang.String comment,
java.lang.String pckage,
boolean validateAbout,
java.lang.String domain,
RdfsProperty.Kind kind,
java.lang.String dataType,
java.lang.String range,
java.lang.String invRoleName,
java.lang.String multiplicity)
Constructor.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic