Uses of Class
de.sones.GraphDSClient.Objects.BinaryProperty

Packages that use BinaryProperty
de.sones.GraphDSClient.Objects   
 

Uses of BinaryProperty in de.sones.GraphDSClient.Objects
 

Methods in de.sones.GraphDSClient.Objects that return BinaryProperty
 BinaryProperty Vertex.getBinaryPropertyByID(java.lang.String myBinaryPropertyID)
           
 BinaryProperty IVertex.getBinaryPropertyByID(java.lang.String myBinaryPropertyID)
           
 

Methods in de.sones.GraphDSClient.Objects that return types with arguments of type BinaryProperty
 java.util.List<BinaryProperty> Vertex.getBinaryProperties()
           
 java.util.List<BinaryProperty> IVertex.getBinaryProperties()
           
 

Constructor parameters in de.sones.GraphDSClient.Objects with type arguments of type BinaryProperty
Vertex(java.util.List<Property> myPropertyList, java.util.List<BinaryProperty> myBinaryPropertyList, java.util.List<IEdge> myEdges)
          Constructors