Uses of Class
xmlgp.RepresentationType

Uses of RepresentationType in xmlgp
 

Methods in xmlgp that return RepresentationType
 RepresentationType Representation.getType()
          Returns the type of the representation.
static RepresentationType RepresentationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RepresentationType[] RepresentationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in xmlgp with parameters of type RepresentationType
 void Representation.setAttributes(int id, RepresentationType type, java.util.List<Statistics> statistics, Node node)
          Sets all the attributes of this class.
 void Representation.setType(RepresentationType type)
          Sets the type of the representation.