public Value getValue()

in src/main/java/org/apache/sling/commons/testing/jcr/MockProperty.java [115:120]


    public Value getValue() throws ValueFormatException, RepositoryException {
        if (values.length > 1) {
            throw new ValueFormatException();
        }
        return values[0];
    }