public class Credential extends CogcharScreenThing
| Modifier and Type | Field and Description |
|---|---|
static org.ontoware.rdf2go.model.node.URI |
CREDLOGINNAME
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasCredLoginName
|
static org.ontoware.rdf2go.model.node.URI |
CREDPASSHASH
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#hasCredPassHash
|
static org.ontoware.rdf2go.model.node.URI[] |
MANAGED_URIS
All property-URIs with this class as domain.
|
static org.ontoware.rdf2go.model.node.URI |
RDFS_CLASS
http://onto.cogchar.org/onto/201506/ScreenAct_OWL2#Credential
|
TEXTCONTENT, VALDECIMAL, VALNUMACTRELATESTOACT, BOTTOMELEMENT, COGCHARSCREENDATAPROP, COGCHARSCREENOBJPROP, COMPARESTO, DOCMEDIA, FORFEATURE, FORTHING, INVERSEOF, ISAFTER, ISBEFORE, ISEQUALTO, ISFARFROM, ISNEARTO, LEFTELEMENT, MAXCARDINALITY, MIDDLEELEMENT, ORDPARAM1, ORDPARAM2, ORDPARAM3, POS, POSBOTTOM, POSHORIZ, POSITIONEDELEMENT, POSLEFT, POSPOINT, POSPOINTLOWERRIGHT, POSPOINTUPPERLEFT, POSRIGHT, POSTOP, RIGHTELEMENT, TEXTMEDIA, TOPELEMENT, UNIONOF, URL, VALINT| Modifier | Constructor and Description |
|---|---|
|
Credential(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.BlankNode bnode,
boolean write)
Returns a Java wrapper over an RDF object, identified by a blank node.
|
|
Credential(org.ontoware.rdf2go.model.Model model,
boolean write)
Returns a Java wrapper over an RDF object, identified by
a randomly generated URI.
|
|
Credential(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
|
Credential(org.ontoware.rdf2go.model.Model model,
String uriString,
boolean write)
Returns a Java wrapper over an RDF object, identified by a URI, given as a String.
|
protected |
Credential(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
Returns a Java wrapper over an RDF object, identified by URI.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
addCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
CredLoginName as an RDF2Go Node. |
static void |
addCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Adds a value to property
CredLoginName from an instance of String. |
void |
addCredLoginName(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
CredLoginName as an RDF2Go Node. |
void |
addCredLoginName(String value)
Adds a value to property
CredLoginName from an instance of String. |
static void |
addCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
CredPassHash as an RDF2Go Node. |
static void |
addCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Adds a value to property
CredPassHash from an instance of String. |
void |
addCredPassHash(org.ontoware.rdf2go.model.node.Node value)
Adds a value to property
CredPassHash as an RDF2Go Node. |
void |
addCredPassHash(String value)
Adds a value to property
CredPassHash from an instance of String. |
static void |
createInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Create a new instance of this class in the model.
|
static void |
deleteAllProperties(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Delete all triples
(this, *, *), i.e. |
static void |
deleteInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Remove triple
(this, rdf:type, Credential) from this instance. |
static org.ontoware.rdfreactor.runtime.ReactorResult<? extends Credential> |
getAllInstances_as(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllInstances(org.ontoware.rdf2go.model.Model model) |
static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> |
getAllLoginCred_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllLoginCred_Inverse() |
static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> |
getAllLoginCred_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue) |
org.ontoware.rdf2go.model.node.Node |
getCredLoginName_asNode()
Get single value of property
CredLoginName as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getCredLoginName_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
CredLoginName as an RDF2Go Node. |
String |
getCredLoginName()
Get single value of property
CredLoginName. |
static String |
getCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
CredLoginName. |
org.ontoware.rdf2go.model.node.Node |
getCredPassHash_asNode()
Get single value of property
CredPassHash as an RDF2Go Node. |
static org.ontoware.rdf2go.model.node.Node |
getCredPassHash_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
CredPassHash as an RDF2Go Node. |
String |
getCredPassHash()
Get single value of property
CredPassHash. |
static String |
getCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Get single value of property
CredPassHash. |
static Credential |
getInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Return an existing instance of this class in the model.
|
boolean |
hasCredLoginName()
Check if
CredLoginName has at least one value set. |
static boolean |
hasCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
CredLoginName has at least one value set. |
static boolean |
hasCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
CredLoginName has the given value (maybe among other values). |
boolean |
hasCredLoginName(org.ontoware.rdf2go.model.node.Node value)
Check if
CredLoginName has the given value (maybe among other values). |
boolean |
hasCredPassHash()
Check if
CredPassHash has at least one value set. |
static boolean |
hasCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Check if
CredPassHash has at least one value set. |
static boolean |
hasCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Check if
CredPassHash has the given value (maybe among other values). |
boolean |
hasCredPassHash(org.ontoware.rdf2go.model.node.Node value)
Check if
CredPassHash has the given value (maybe among other values). |
static boolean |
hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource) |
void |
removeAllCredLoginName()
Removes all values of property
CredLoginName. |
static void |
removeAllCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
CredLoginName. |
void |
removeAllCredPassHash()
Removes all values of property
CredPassHash. |
static void |
removeAllCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
Removes all values of property
CredPassHash. |
static void |
removeCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
CredLoginName as an RDF2Go Node. |
static void |
removeCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Removes a value of property
CredLoginName given as an instance of String. |
void |
removeCredLoginName(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
CredLoginName as an RDF2Go Node. |
void |
removeCredLoginName(String value)
Removes a value of property
CredLoginName given as an instance of String. |
static void |
removeCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
CredPassHash as an RDF2Go Node. |
static void |
removeCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Removes a value of property
CredPassHash given as an instance of String. |
void |
removeCredPassHash(org.ontoware.rdf2go.model.node.Node value)
Removes a value of property
CredPassHash as an RDF2Go Node. |
void |
removeCredPassHash(String value)
Removes a value of property
CredPassHash given as an instance of String. |
static void |
setCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
CredLoginName from an RDF2Go Node. |
static void |
setCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Sets a value of property
CredLoginName from an instance of String. |
void |
setCredLoginName(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
CredLoginName from an RDF2Go Node. |
void |
setCredLoginName(String value)
Sets a value of property
CredLoginName from an instance of String. |
static void |
setCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
CredPassHash from an RDF2Go Node. |
static void |
setCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
Sets a value of property
CredPassHash from an instance of String. |
void |
setCredPassHash(org.ontoware.rdf2go.model.node.Node value)
Sets a value of property
CredPassHash from an RDF2Go Node. |
void |
setCredPassHash(String value)
Sets a value of property
CredPassHash from an instance of String. |
addTextContent, addTextContent, addTextContent, addTextContent, addValDecimal, addValDecimal, addValDecimal, addValDecimal, addValNum, addValNum, addValNum, addValNum, getAllValNum_as, getAllValNum_as, getAllValNum_asNode_, getAllValNum_asNode_, getAllValNum_asNode, getAllValNum_asNode, getAllValNum, getAllValNum, getTextContent_asNode, getTextContent_asNode, getTextContent, getTextContent, getValDecimal_asNode, getValDecimal_asNode, getValDecimal, getValDecimal, hasTextContent, hasTextContent, hasTextContent, hasTextContent, hasValDecimal, hasValDecimal, hasValDecimal, hasValDecimal, hasValNum, hasValNum, hasValNum, hasValNum, removeAllTextContent, removeAllTextContent, removeAllValDecimal, removeAllValDecimal, removeAllValNum, removeAllValNum, removeTextContent, removeTextContent, removeTextContent, removeTextContent, removeValDecimal, removeValDecimal, removeValDecimal, removeValDecimal, removeValNum, removeValNum, removeValNum, removeValNum, setTextContent, setTextContent, setTextContent, setTextContent, setValDecimal, setValDecimal, setValDecimal, setValDecimal, setValNum, setValNum, setValNum, setValNumaddActRelatesToAct, addActRelatesToAct, addActRelatesToAct, addActRelatesToAct, addBottomElement, addBottomElement, addBottomElement, addBottomElement, addCogcharScreenDataProp, addCogcharScreenDataProp, addCogcharScreenDataProp, addCogcharScreenDataProp, addCogcharScreenObjProp, addCogcharScreenObjProp, addCogcharScreenObjProp, addCogcharScreenObjProp, addComparesTo, addComparesTo, addComparesTo, addComparesTo, addDocMedia, addDocMedia, addDocMedia, addDocMedia, addForFeature, addForFeature, addForFeature, addForFeature, addForThing, addForThing, addForThing, addForThing, addInverseOf, addInverseOf, addInverseOf, addInverseOf, addIsAfter, addIsAfter, addIsAfter, addIsAfter, addIsBefore, addIsBefore, addIsBefore, addIsBefore, addIsEqualTo, addIsEqualTo, addIsEqualTo, addIsEqualTo, addIsFarFrom, addIsFarFrom, addIsFarFrom, addIsFarFrom, addIsNearTo, addIsNearTo, addIsNearTo, addIsNearTo, addLeftElement, addLeftElement, addLeftElement, addLeftElement, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMaxCardinality, addMiddleElement, addMiddleElement, addMiddleElement, addMiddleElement, addOrdParam1, addOrdParam1, addOrdParam1, addOrdParam1, addOrdParam2, addOrdParam2, addOrdParam2, addOrdParam2, addOrdParam3, addOrdParam3, addOrdParam3, addOrdParam3, addPos, addPos, addPos, addPos, addPosBottom, addPosBottom, addPosBottom, addPosBottom, addPosHoriz, addPosHoriz, addPosHoriz, addPosHoriz, addPositionedElement, addPositionedElement, addPositionedElement, addPositionedElement, addPosLeft, addPosLeft, addPosLeft, addPosLeft, addPosPoint, addPosPoint, addPosPoint, addPosPoint, addPosPointLowerRight, addPosPointLowerRight, addPosPointLowerRight, addPosPointLowerRight, addPosPointUpperLeft, addPosPointUpperLeft, addPosPointUpperLeft, addPosPointUpperLeft, addPosRight, addPosRight, addPosRight, addPosRight, addPosTop, addPosTop, addPosTop, addPosTop, addRightElement, addRightElement, addRightElement, addRightElement, addTextMedia, addTextMedia, addTextMedia, addTextMedia, addTopElement, addTopElement, addTopElement, addTopElement, addUnionOf, addUnionOf, addUnionOf, addUnionOf, addUrl, addUrl, addUrl, addUrl, addValInt, addValInt, addValInt, addValInt, getAllActRelatesToAct_as, getAllActRelatesToAct_as, getAllActRelatesToAct_asNode_, getAllActRelatesToAct_asNode_, getAllActRelatesToAct_asNode, getAllActRelatesToAct_asNode, getAllActRelatesToAct_Inverse_as, getAllActRelatesToAct_Inverse, getAllActRelatesToAct_Inverse, getAllActRelatesToAct, getAllActRelatesToAct, getAllBottomElement_as, getAllBottomElement_as, getAllBottomElement_asNode_, getAllBottomElement_asNode_, getAllBottomElement_asNode, getAllBottomElement_asNode, getAllBottomElement_Inverse_as, getAllBottomElement_Inverse, getAllBottomElement_Inverse, getAllBottomElement, getAllBottomElement, getAllCogcharScreenDataProp_as, getAllCogcharScreenDataProp_as, getAllCogcharScreenDataProp_asNode_, getAllCogcharScreenDataProp_asNode_, getAllCogcharScreenDataProp_asNode, getAllCogcharScreenDataProp_asNode, getAllCogcharScreenDataProp_Inverse_as, getAllCogcharScreenDataProp_Inverse, getAllCogcharScreenDataProp_Inverse, getAllCogcharScreenDataProp, getAllCogcharScreenDataProp, getAllCogcharScreenObjProp_as, getAllCogcharScreenObjProp_as, getAllCogcharScreenObjProp_asNode_, getAllCogcharScreenObjProp_asNode_, getAllCogcharScreenObjProp_asNode, getAllCogcharScreenObjProp_asNode, getAllCogcharScreenObjProp_Inverse_as, getAllCogcharScreenObjProp_Inverse, getAllCogcharScreenObjProp_Inverse, getAllCogcharScreenObjProp, getAllCogcharScreenObjProp, getAllComparesTo_as, getAllComparesTo_as, getAllComparesTo_asNode_, getAllComparesTo_asNode_, getAllComparesTo_asNode, getAllComparesTo_asNode, getAllComparesTo_Inverse_as, getAllComparesTo_Inverse, getAllComparesTo_Inverse, getAllComparesTo, getAllComparesTo, getAllDocMedia_as, getAllDocMedia_as, getAllDocMedia_asNode_, getAllDocMedia_asNode_, getAllDocMedia_asNode, getAllDocMedia_asNode, getAllDocMedia_Inverse_as, getAllDocMedia_Inverse, getAllDocMedia_Inverse, getAllDocMedia, getAllDocMedia, getAllForFeature_as, getAllForFeature_as, getAllForFeature_asNode_, getAllForFeature_asNode_, getAllForFeature_asNode, getAllForFeature_asNode, getAllForFeature_Inverse_as, getAllForFeature_Inverse, getAllForFeature_Inverse, getAllForFeature, getAllForFeature, getAllForThing_as, getAllForThing_as, getAllForThing_asNode_, getAllForThing_asNode_, getAllForThing_asNode, getAllForThing_asNode, getAllForThing_Inverse_as, getAllForThing_Inverse, getAllForThing_Inverse, getAllForThing, getAllForThing, getAllInverseOf_as, getAllInverseOf_as, getAllInverseOf_asNode_, getAllInverseOf_asNode_, getAllInverseOf_asNode, getAllInverseOf_asNode, getAllInverseOf_Inverse_as, getAllInverseOf_Inverse, getAllInverseOf_Inverse, getAllInverseOf, getAllInverseOf, getAllIsAfter_as, getAllIsAfter_as, getAllIsAfter_asNode_, getAllIsAfter_asNode_, getAllIsAfter_asNode, getAllIsAfter_asNode, getAllIsAfter_Inverse_as, getAllIsAfter_Inverse, getAllIsAfter_Inverse, getAllIsAfter, getAllIsAfter, getAllIsBefore_as, getAllIsBefore_as, getAllIsBefore_asNode_, getAllIsBefore_asNode_, getAllIsBefore_asNode, getAllIsBefore_asNode, getAllIsBefore_Inverse_as, getAllIsBefore_Inverse, getAllIsBefore_Inverse, getAllIsBefore, getAllIsBefore, getAllIsEqualTo_as, getAllIsEqualTo_as, getAllIsEqualTo_asNode_, getAllIsEqualTo_asNode_, getAllIsEqualTo_asNode, getAllIsEqualTo_asNode, getAllIsEqualTo_Inverse_as, getAllIsEqualTo_Inverse, getAllIsEqualTo_Inverse, getAllIsEqualTo, getAllIsEqualTo, getAllIsFarFrom_as, getAllIsFarFrom_as, getAllIsFarFrom_asNode_, getAllIsFarFrom_asNode_, getAllIsFarFrom_asNode, getAllIsFarFrom_asNode, getAllIsFarFrom_Inverse_as, getAllIsFarFrom_Inverse, getAllIsFarFrom_Inverse, getAllIsFarFrom, getAllIsFarFrom, getAllIsNearTo_as, getAllIsNearTo_as, getAllIsNearTo_asNode_, getAllIsNearTo_asNode_, getAllIsNearTo_asNode, getAllIsNearTo_asNode, getAllIsNearTo_Inverse_as, getAllIsNearTo_Inverse, getAllIsNearTo_Inverse, getAllIsNearTo, getAllIsNearTo, getAllLeftElement_as, getAllLeftElement_as, getAllLeftElement_asNode_, getAllLeftElement_asNode_, getAllLeftElement_asNode, getAllLeftElement_asNode, getAllLeftElement_Inverse_as, getAllLeftElement_Inverse, getAllLeftElement_Inverse, getAllLeftElement, getAllLeftElement, getAllMaxCardinality_as, getAllMaxCardinality_as, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode_, getAllMaxCardinality_asNode, getAllMaxCardinality_asNode, getAllMaxCardinality_Inverse_as, getAllMaxCardinality_Inverse, getAllMaxCardinality_Inverse, getAllMaxCardinality, getAllMaxCardinality, getAllMiddleElement_as, getAllMiddleElement_as, getAllMiddleElement_asNode_, getAllMiddleElement_asNode_, getAllMiddleElement_asNode, getAllMiddleElement_asNode, getAllMiddleElement_Inverse_as, getAllMiddleElement_Inverse, getAllMiddleElement_Inverse, getAllMiddleElement, getAllMiddleElement, getAllOrdParam_Inverse_as, getAllOrdParam_Inverse, getAllOrdParam_Inverse, getAllOrdParam1_Inverse_as, getAllOrdParam1_Inverse, getAllOrdParam1_Inverse, getAllOrdParam2_Inverse_as, getAllOrdParam2_Inverse, getAllOrdParam2_Inverse, getAllOrdParam3_Inverse_as, getAllOrdParam3_Inverse, getAllOrdParam3_Inverse, getAllPos_as, getAllPos_as, getAllPos_asNode_, getAllPos_asNode_, getAllPos_asNode, getAllPos_asNode, getAllPos, getAllPos, getAllPosBottom_as, getAllPosBottom_as, getAllPosBottom_asNode_, getAllPosBottom_asNode_, getAllPosBottom_asNode, getAllPosBottom_asNode, getAllPosBottom_Inverse_as, getAllPosBottom_Inverse, getAllPosBottom_Inverse, getAllPosBottom, getAllPosBottom, getAllPosHoriz_as, getAllPosHoriz_as, getAllPosHoriz_asNode_, getAllPosHoriz_asNode_, getAllPosHoriz_asNode, getAllPosHoriz_asNode, getAllPosHoriz, getAllPosHoriz, getAllPositionedElement_as, getAllPositionedElement_as, getAllPositionedElement_asNode_, getAllPositionedElement_asNode_, getAllPositionedElement_asNode, getAllPositionedElement_asNode, getAllPositionedElement_Inverse_as, getAllPositionedElement_Inverse, getAllPositionedElement_Inverse, getAllPositionedElement, getAllPositionedElement, getAllPosLeft_Inverse_as, getAllPosLeft_Inverse, getAllPosLeft_Inverse, getAllPosPoint_as, getAllPosPoint_as, getAllPosPoint_asNode_, getAllPosPoint_asNode_, getAllPosPoint_asNode, getAllPosPoint_asNode, getAllPosPoint, getAllPosPoint, getAllPosPointLowerRight_as, getAllPosPointLowerRight_as, getAllPosPointLowerRight_asNode_, getAllPosPointLowerRight_asNode_, getAllPosPointLowerRight_asNode, getAllPosPointLowerRight_asNode, getAllPosPointLowerRight_Inverse_as, getAllPosPointLowerRight_Inverse, getAllPosPointLowerRight_Inverse, getAllPosPointLowerRight, getAllPosPointLowerRight, getAllPosPointUpperLeft_as, getAllPosPointUpperLeft_as, getAllPosPointUpperLeft_asNode_, getAllPosPointUpperLeft_asNode_, getAllPosPointUpperLeft_asNode, getAllPosPointUpperLeft_asNode, getAllPosPointUpperLeft_Inverse_as, getAllPosPointUpperLeft_Inverse, getAllPosPointUpperLeft_Inverse, getAllPosPointUpperLeft, getAllPosPointUpperLeft, getAllPosRight_as, getAllPosRight_as, getAllPosRight_asNode_, getAllPosRight_asNode_, getAllPosRight_asNode, getAllPosRight_asNode, getAllPosRight_Inverse_as, getAllPosRight_Inverse, getAllPosRight_Inverse, getAllPosRight, getAllPosRight, getAllPosTop_as, getAllPosTop_as, getAllPosTop_asNode_, getAllPosTop_asNode_, getAllPosTop_asNode, getAllPosTop_asNode, getAllPosTop_Inverse_as, getAllPosTop_Inverse, getAllPosTop_Inverse, getAllPosTop, getAllPosTop, getAllRightElement_as, getAllRightElement_as, getAllRightElement_asNode_, getAllRightElement_asNode_, getAllRightElement_asNode, getAllRightElement_asNode, getAllRightElement_Inverse_as, getAllRightElement_Inverse, getAllRightElement_Inverse, getAllRightElement, getAllRightElement, getAllTextMedia_as, getAllTextMedia_as, getAllTextMedia_asNode_, getAllTextMedia_asNode_, getAllTextMedia_asNode, getAllTextMedia_asNode, getAllTextMedia_Inverse_as, getAllTextMedia_Inverse, getAllTextMedia_Inverse, getAllTextMedia, getAllTextMedia, getAllTopElement_as, getAllTopElement_as, getAllTopElement_asNode_, getAllTopElement_asNode_, getAllTopElement_asNode, getAllTopElement_asNode, getAllTopElement_Inverse_as, getAllTopElement_Inverse, getAllTopElement_Inverse, getAllTopElement, getAllTopElement, getAllUnionOf_as, getAllUnionOf_as, getAllUnionOf_asNode_, getAllUnionOf_asNode_, getAllUnionOf_asNode, getAllUnionOf_asNode, getAllUnionOf_Inverse_as, getAllUnionOf_Inverse, getAllUnionOf_Inverse, getAllUnionOf, getAllUnionOf, getAllUrl_as, getAllUrl_as, getAllUrl_asNode_, getAllUrl_asNode_, getAllUrl_asNode, getAllUrl_asNode, getAllUrl, getAllUrl, getAllValNum_Inverse_as, getAllValNum_Inverse, getAllValNum_Inverse, getOrdParam1_asNode, getOrdParam1_asNode, getOrdParam1, getOrdParam1, getOrdParam2_asNode, getOrdParam2_asNode, getOrdParam2, getOrdParam2, getOrdParam3_asNode, getOrdParam3_asNode, getOrdParam3, getOrdParam3, getPosLeft_asNode, getPosLeft_asNode, getPosLeft, getPosLeft, getValInt_asNode, getValInt_asNode, getValInt, getValInt, hasActRelatesToAct, hasActRelatesToAct, hasActRelatesToAct, hasActRelatesToAct, hasBottomElement, hasBottomElement, hasBottomElement, hasBottomElement, hasCogcharScreenDataProp, hasCogcharScreenDataProp, hasCogcharScreenDataProp, hasCogcharScreenDataProp, hasCogcharScreenObjProp, hasCogcharScreenObjProp, hasCogcharScreenObjProp, hasCogcharScreenObjProp, hasComparesTo, hasComparesTo, hasComparesTo, hasComparesTo, hasDocMedia, hasDocMedia, hasDocMedia, hasDocMedia, hasForFeature, hasForFeature, hasForFeature, hasForFeature, hasForThing, hasForThing, hasForThing, hasForThing, hasInverseOf, hasInverseOf, hasInverseOf, hasInverseOf, hasIsAfter, hasIsAfter, hasIsAfter, hasIsAfter, hasIsBefore, hasIsBefore, hasIsBefore, hasIsBefore, hasIsEqualTo, hasIsEqualTo, hasIsEqualTo, hasIsEqualTo, hasIsFarFrom, hasIsFarFrom, hasIsFarFrom, hasIsFarFrom, hasIsNearTo, hasIsNearTo, hasIsNearTo, hasIsNearTo, hasLeftElement, hasLeftElement, hasLeftElement, hasLeftElement, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMaxCardinality, hasMiddleElement, hasMiddleElement, hasMiddleElement, hasMiddleElement, hasOrdParam1, hasOrdParam1, hasOrdParam1, hasOrdParam1, hasOrdParam2, hasOrdParam2, hasOrdParam2, hasOrdParam2, hasOrdParam3, hasOrdParam3, hasOrdParam3, hasOrdParam3, hasPos, hasPos, hasPos, hasPos, hasPosBottom, hasPosBottom, hasPosBottom, hasPosBottom, hasPosHoriz, hasPosHoriz, hasPosHoriz, hasPosHoriz, hasPositionedElement, hasPositionedElement, hasPositionedElement, hasPositionedElement, hasPosLeft, hasPosLeft, hasPosLeft, hasPosLeft, hasPosPoint, hasPosPoint, hasPosPoint, hasPosPoint, hasPosPointLowerRight, hasPosPointLowerRight, hasPosPointLowerRight, hasPosPointLowerRight, hasPosPointUpperLeft, hasPosPointUpperLeft, hasPosPointUpperLeft, hasPosPointUpperLeft, hasPosRight, hasPosRight, hasPosRight, hasPosRight, hasPosTop, hasPosTop, hasPosTop, hasPosTop, hasRightElement, hasRightElement, hasRightElement, hasRightElement, hasTextMedia, hasTextMedia, hasTextMedia, hasTextMedia, hasTopElement, hasTopElement, hasTopElement, hasTopElement, hasUnionOf, hasUnionOf, hasUnionOf, hasUnionOf, hasUrl, hasUrl, hasUrl, hasUrl, hasValInt, hasValInt, hasValInt, hasValInt, removeActRelatesToAct, removeActRelatesToAct, removeActRelatesToAct, removeActRelatesToAct, removeAllActRelatesToAct, removeAllActRelatesToAct, removeAllBottomElement, removeAllBottomElement, removeAllCogcharScreenDataProp, removeAllCogcharScreenDataProp, removeAllCogcharScreenObjProp, removeAllCogcharScreenObjProp, removeAllComparesTo, removeAllComparesTo, removeAllDocMedia, removeAllDocMedia, removeAllForFeature, removeAllForFeature, removeAllForThing, removeAllForThing, removeAllInverseOf, removeAllInverseOf, removeAllIsAfter, removeAllIsAfter, removeAllIsBefore, removeAllIsBefore, removeAllIsEqualTo, removeAllIsEqualTo, removeAllIsFarFrom, removeAllIsFarFrom, removeAllIsNearTo, removeAllIsNearTo, removeAllLeftElement, removeAllLeftElement, removeAllMaxCardinality, removeAllMaxCardinality, removeAllMiddleElement, removeAllMiddleElement, removeAllOrdParam1, removeAllOrdParam1, removeAllOrdParam2, removeAllOrdParam2, removeAllOrdParam3, removeAllOrdParam3, removeAllPos, removeAllPos, removeAllPosBottom, removeAllPosBottom, removeAllPosHoriz, removeAllPosHoriz, removeAllPositionedElement, removeAllPositionedElement, removeAllPosLeft, removeAllPosLeft, removeAllPosPoint, removeAllPosPoint, removeAllPosPointLowerRight, removeAllPosPointLowerRight, removeAllPosPointUpperLeft, removeAllPosPointUpperLeft, removeAllPosRight, removeAllPosRight, removeAllPosTop, removeAllPosTop, removeAllRightElement, removeAllRightElement, removeAllTextMedia, removeAllTextMedia, removeAllTopElement, removeAllTopElement, removeAllUnionOf, removeAllUnionOf, removeAllUrl, removeAllUrl, removeAllValInt, removeAllValInt, removeBottomElement, removeBottomElement, removeBottomElement, removeBottomElement, removeCogcharScreenDataProp, removeCogcharScreenDataProp, removeCogcharScreenDataProp, removeCogcharScreenDataProp, removeCogcharScreenObjProp, removeCogcharScreenObjProp, removeCogcharScreenObjProp, removeCogcharScreenObjProp, removeComparesTo, removeComparesTo, removeComparesTo, removeComparesTo, removeDocMedia, removeDocMedia, removeDocMedia, removeDocMedia, removeForFeature, removeForFeature, removeForFeature, removeForFeature, removeForThing, removeForThing, removeForThing, removeForThing, removeInverseOf, removeInverseOf, removeInverseOf, removeInverseOf, removeIsAfter, removeIsAfter, removeIsAfter, removeIsAfter, removeIsBefore, removeIsBefore, removeIsBefore, removeIsBefore, removeIsEqualTo, removeIsEqualTo, removeIsEqualTo, removeIsEqualTo, removeIsFarFrom, removeIsFarFrom, removeIsFarFrom, removeIsFarFrom, removeIsNearTo, removeIsNearTo, removeIsNearTo, removeIsNearTo, removeLeftElement, removeLeftElement, removeLeftElement, removeLeftElement, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMaxCardinality, removeMiddleElement, removeMiddleElement, removeMiddleElement, removeMiddleElement, removeOrdParam1, removeOrdParam1, removeOrdParam1, removeOrdParam1, removeOrdParam2, removeOrdParam2, removeOrdParam2, removeOrdParam2, removeOrdParam3, removeOrdParam3, removeOrdParam3, removeOrdParam3, removePos, removePos, removePos, removePos, removePosBottom, removePosBottom, removePosBottom, removePosBottom, removePosHoriz, removePosHoriz, removePosHoriz, removePosHoriz, removePositionedElement, removePositionedElement, removePositionedElement, removePositionedElement, removePosLeft, removePosLeft, removePosLeft, removePosLeft, removePosPoint, removePosPoint, removePosPoint, removePosPoint, removePosPointLowerRight, removePosPointLowerRight, removePosPointLowerRight, removePosPointLowerRight, removePosPointUpperLeft, removePosPointUpperLeft, removePosPointUpperLeft, removePosPointUpperLeft, removePosRight, removePosRight, removePosRight, removePosRight, removePosTop, removePosTop, removePosTop, removePosTop, removeRightElement, removeRightElement, removeRightElement, removeRightElement, removeTextMedia, removeTextMedia, removeTextMedia, removeTextMedia, removeTopElement, removeTopElement, removeTopElement, removeTopElement, removeUnionOf, removeUnionOf, removeUnionOf, removeUnionOf, removeUrl, removeUrl, removeUrl, removeUrl, removeValInt, removeValInt, removeValInt, removeValInt, setActRelatesToAct, setActRelatesToAct, setActRelatesToAct, setActRelatesToAct, setBottomElement, setBottomElement, setBottomElement, setBottomElement, setCogcharScreenDataProp, setCogcharScreenDataProp, setCogcharScreenDataProp, setCogcharScreenDataProp, setCogcharScreenObjProp, setCogcharScreenObjProp, setCogcharScreenObjProp, setCogcharScreenObjProp, setComparesTo, setComparesTo, setComparesTo, setComparesTo, setDocMedia, setDocMedia, setDocMedia, setDocMedia, setForFeature, setForFeature, setForFeature, setForFeature, setForThing, setForThing, setForThing, setForThing, setInverseOf, setInverseOf, setInverseOf, setInverseOf, setIsAfter, setIsAfter, setIsAfter, setIsAfter, setIsBefore, setIsBefore, setIsBefore, setIsBefore, setIsEqualTo, setIsEqualTo, setIsEqualTo, setIsEqualTo, setIsFarFrom, setIsFarFrom, setIsFarFrom, setIsFarFrom, setIsNearTo, setIsNearTo, setIsNearTo, setIsNearTo, setLeftElement, setLeftElement, setLeftElement, setLeftElement, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMaxCardinality, setMiddleElement, setMiddleElement, setMiddleElement, setMiddleElement, setOrdParam1, setOrdParam1, setOrdParam1, setOrdParam1, setOrdParam2, setOrdParam2, setOrdParam2, setOrdParam2, setOrdParam3, setOrdParam3, setOrdParam3, setOrdParam3, setPos, setPos, setPos, setPos, setPosBottom, setPosBottom, setPosBottom, setPosBottom, setPosHoriz, setPosHoriz, setPosHoriz, setPosHoriz, setPositionedElement, setPositionedElement, setPositionedElement, setPositionedElement, setPosLeft, setPosLeft, setPosLeft, setPosLeft, setPosPoint, setPosPoint, setPosPoint, setPosPoint, setPosPointLowerRight, setPosPointLowerRight, setPosPointLowerRight, setPosPointLowerRight, setPosPointUpperLeft, setPosPointUpperLeft, setPosPointUpperLeft, setPosPointUpperLeft, setPosRight, setPosRight, setPosRight, setPosRight, setPosTop, setPosTop, setPosTop, setPosTop, setRightElement, setRightElement, setRightElement, setRightElement, setTextMedia, setTextMedia, setTextMedia, setTextMedia, setTopElement, setTopElement, setTopElement, setTopElement, setUnionOf, setUnionOf, setUnionOf, setUnionOf, setUrl, setUrl, setUrl, setUrl, setValInt, setValInt, setValInt, setValIntaddSubClassOf, addSubClassOf, addSubClassOf, addSubClassOf, addSubClassOf, getAllDomain_Inverse, getAllInstance_as, getAllRange_Inverse, getAllSubClassOf_as, getAllSubClassOf_as, getAllSubClassOf_asNode_, getAllSubClassOf_asNode_, getAllSubClassOf_asNode, getAllSubClassOf_asNode, getAllSubClassOf_Inverse, getAllSubClassOf, getAllSubClassOf, getAllType_Inverse, removeAllSubClassOf, removeSubClassOf, removeSubClassOf, removeSubClassOf, removeSubClassOf, setSubClassOf, setSubClassOf, setSubClassOf, setSubClassOfaddComment, addComment, addComment, addComment, addComment, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addIsDefinedBy, addLabel, addLabel, addLabel, addLabel, addLabel, addMember, addMember, addMember, addMember, addMember, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addSeeAlso, addType, addType, addType, addType, addType, addValue, addValue, addValue, addValue, addValue, getAllComment_as, getAllComment_as, getAllComment_asNode_, getAllComment_asNode_, getAllComment_asNode, getAllComment_asNode, getAllComment, getAllComment, getAllFirst_Inverse, getAllIsDefinedBy_as, getAllIsDefinedBy_as, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode_, getAllIsDefinedBy_asNode, getAllIsDefinedBy_asNode, getAllIsDefinedBy_Inverse, getAllIsDefinedBy, getAllIsDefinedBy, getAllLabel_as, getAllLabel_as, getAllLabel_asNode_, getAllLabel_asNode_, getAllLabel_asNode, getAllLabel_asNode, getAllLabel, getAllLabel, getAllMember_as, getAllMember_as, getAllMember_asNode_, getAllMember_asNode_, getAllMember_asNode, getAllMember_asNode, getAllMember_Inverse, getAllMember, getAllMember, getAllObject_Inverse, getAllPredicate_Inverse, getAllSeeAlso_as, getAllSeeAlso_as, getAllSeeAlso_asNode_, getAllSeeAlso_asNode_, getAllSeeAlso_asNode, getAllSeeAlso_asNode, getAllSeeAlso_Inverse, getAllSeeAlso, getAllSeeAlso, getAllSubject_Inverse, getAllType_as, getAllType_as, getAllType_asNode_, getAllType_asNode_, getAllType_asNode, getAllType_asNode, getAllType, getAllType, getAllValue_as, getAllValue_as, getAllValue_asNode_, getAllValue_asNode_, getAllValue_asNode, getAllValue_asNode, getAllValue_Inverse, getAllValue, getAllValue, removeAllComment, removeAllIsDefinedBy, removeAllLabel, removeAllMember, removeAllSeeAlso, removeAllType, removeAllValue, removeComment, removeComment, removeComment, removeComment, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeIsDefinedBy, removeLabel, removeLabel, removeLabel, removeLabel, removeMember, removeMember, removeMember, removeMember, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeSeeAlso, removeType, removeType, removeType, removeType, removeValue, removeValue, removeValue, removeValue, setComment, setComment, setComment, setComment, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setIsDefinedBy, setLabel, setLabel, setLabel, setLabel, setMember, setMember, setMember, setMember, setSeeAlso, setSeeAlso, setSeeAlso, setSeeAlso, setType, setType, setType, setType, setValue, setValue, setValue, setValuepublic static final org.ontoware.rdf2go.model.node.URI RDFS_CLASS
public static final org.ontoware.rdf2go.model.node.URI CREDLOGINNAME
public static final org.ontoware.rdf2go.model.node.URI CREDPASSHASH
public static final org.ontoware.rdf2go.model.node.URI[] MANAGED_URIS
protected Credential(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.URI classURI,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.semweb4j.orgclassURI - URI of RDFS classinstanceIdentifier - Resource that identifies this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c1]public Credential(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceIdentifier,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orginstanceIdentifier - an RDF2Go Resource identifying this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c2]public Credential(org.ontoware.rdf2go.model.Model model,
String uriString,
boolean write)
throws org.ontoware.rdf2go.exception.ModelRuntimeException
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orguriString - a URI given as a Stringwrite - if true, the statement (this, rdf:type, TYPE) is written to the modelorg.ontoware.rdf2go.exception.ModelRuntimeException - if URI syntax is wrong
[Generated from RDFReactor template rule #c7]public Credential(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.BlankNode bnode,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orgbnode - BlankNode of this instancewrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c8]public Credential(org.ontoware.rdf2go.model.Model model,
boolean write)
model - RDF2GO Model implementation, see http://rdf2go.ontoware.orgwrite - if true, the statement (this, rdf:type, TYPE) is written to the model
[Generated from RDFReactor template rule #c9]public static Credential getInstance(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static void createInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class1]public static boolean hasInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllInstances(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static org.ontoware.rdfreactor.runtime.ReactorResult<? extends Credential> getAllInstances_as(org.ontoware.rdf2go.model.Model model)
model - an RDF2Go modelpublic static void deleteInstance(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
(this, rdf:type, Credential) from this instance. Other triples are not affected.
To delete more, use deleteAllPropertiesmodel - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class4]public static void deleteAllProperties(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
(this, *, *), i.e. including rdf:type.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #class5]public static org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllLoginCred_Inverse(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public org.ontoware.aifbcommons.collection.ClosableIterator<org.ontoware.rdf2go.model.node.Resource> getAllLoginCred_Inverse()
public static org.ontoware.rdfreactor.runtime.ReactorResult<org.ontoware.rdf2go.model.node.Resource> getAllLoginCred_Inverse_as(org.ontoware.rdf2go.model.Model model,
Object objectValue)
model - an RDF2Go modelobjectValue - public static boolean hasCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
CredLoginName has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasCredLoginName()
CredLoginName has at least one value set.public static boolean hasCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
CredLoginName has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasCredLoginName(org.ontoware.rdf2go.model.node.Node value)
CredLoginName has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getCredLoginName_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
CredLoginName as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getCredLoginName_asNode()
CredLoginName as an RDF2Go Node.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static String getCredLoginName(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
CredLoginName.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public String getCredLoginName()
CredLoginName.
This property has maxCardinality=1, that means the property takes only
a single value.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
CredLoginName as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addCredLoginName(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
CredLoginName as an RDF2Go Node.value - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
CredLoginName from an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourceorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add7static]public void addCredLoginName(String value) throws org.ontoware.rdfreactor.runtime.CardinalityException
CredLoginName from an instance of String.org.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add8dynamic]public static void setCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
CredLoginName from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setCredLoginName(org.ontoware.rdf2go.model.node.Node value)
CredLoginName from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
CredLoginName from an instance of String.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setCredLoginName(String value)
CredLoginName from an instance of String.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
CredLoginName as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeCredLoginName(org.ontoware.rdf2go.model.node.Node value)
CredLoginName as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
CredLoginName given as an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeCredLoginName(String value)
CredLoginName given as an instance of String.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllCredLoginName(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
CredLoginName.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllCredLoginName()
CredLoginName.
[Generated from RDFReactor template rule #removeall1dynamic]public static boolean hasCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
CredPassHash has at least one value set.model - an RDF2Go modelinstanceResource - an RDF2Go resourcepublic boolean hasCredPassHash()
CredPassHash has at least one value set.public static boolean hasCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
CredPassHash has the given value (maybe among other values).model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be checkedpublic boolean hasCredPassHash(org.ontoware.rdf2go.model.node.Node value)
CredPassHash has the given value (maybe among other values).value - the value to be checkedpublic static org.ontoware.rdf2go.model.node.Node getCredPassHash_asNode(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
CredPassHash as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException - at runtime, if the property has multiple values
[Generated from RDFReactor template rule #get1static]public org.ontoware.rdf2go.model.node.Node getCredPassHash_asNode()
CredPassHash as an RDF2Go Node.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get2dynamic]public static String getCredPassHash(org.ontoware.rdf2go.model.Model model, org.ontoware.rdf2go.model.node.Resource instanceResource)
CredPassHash.model - an RDF2Go modelinstanceResource - an RDF2Go resourceRDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get5static]public String getCredPassHash()
CredPassHash.
This property has maxCardinality=1, that means the property takes only
a single value.RDFDataException, - if the property has multiple values
[Generated from RDFReactor template rule #get6dynamic]public static void addCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
CredPassHash as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add5static]public void addCredPassHash(org.ontoware.rdf2go.model.node.Node value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
CredPassHash as an RDF2Go Node.value - the value to be addedorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add6dynamic]public static void addCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
throws org.ontoware.rdfreactor.runtime.CardinalityException
CredPassHash from an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourceorg.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add7static]public void addCredPassHash(String value) throws org.ontoware.rdfreactor.runtime.CardinalityException
CredPassHash from an instance of String.org.ontoware.rdfreactor.runtime.CardinalityException - if adding a value would bring the number
of property values above the cardinality constraint.
[Generated from RDFReactor template rule #add8dynamic]public static void setCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
CredPassHash from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be set
[Generated from RDFReactor template rule #set1static]public void setCredPassHash(org.ontoware.rdf2go.model.node.Node value)
CredPassHash from an RDF2Go Node.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set1dynamic]public static void setCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
CredPassHash from an instance of String.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be added
[Generated from RDFReactor template rule #set3static]public void setCredPassHash(String value)
CredPassHash from an instance of String.
First, all existing values are removed, then this value is added.
Cardinality constraints are not checked, but this method exists only for properties with
no minCardinality or minCardinality == 1.value - the value to be added
[Generated from RDFReactor template rule #set4dynamic]public static void removeCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
org.ontoware.rdf2go.model.node.Node value)
CredPassHash as an RDF2Go Node.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove1static]public void removeCredPassHash(org.ontoware.rdf2go.model.node.Node value)
CredPassHash as an RDF2Go Node.value - the value to be removed
[Generated from RDFReactor template rule #remove1dynamic]public static void removeCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource,
String value)
CredPassHash given as an instance of String.model - an RDF2Go modelinstanceResource - an RDF2Go resourcevalue - the value to be removed
[Generated from RDFReactor template rule #remove3static]public void removeCredPassHash(String value)
CredPassHash given as an instance of String.value - the value to be removed
[Generated from RDFReactor template rule #remove4dynamic]public static void removeAllCredPassHash(org.ontoware.rdf2go.model.Model model,
org.ontoware.rdf2go.model.node.Resource instanceResource)
CredPassHash.model - an RDF2Go modelinstanceResource - an RDF2Go resource
[Generated from RDFReactor template rule #removeall1static]public void removeAllCredPassHash()
CredPassHash.
[Generated from RDFReactor template rule #removeall1dynamic]Copyright © 2010-2016. All Rights Reserved.